Skip to content

Commit 7171ffb

Browse files
committed
gen2->depthaiv2
1 parent 1cb4f49 commit 7171ffb

File tree

9 files changed

+43
-43
lines changed

9 files changed

+43
-43
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OAK Examples
22

3-
> ⚠️ **Looking for the old DAIv2 examples?**\
3+
> ⚠️ **Looking for the old DepthAIv2 examples?**\
44
> Check out the [`master` branch](https://github.com/luxonis/oak-examples/tree/master) for legacy content and examples built with the previous DepthAIv2 version.
55
66
[![Forum](https://img.shields.io/badge/Forum-discuss-orange)](https://discuss.luxonis.com/)

apps/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This section contains ready-to-use applications that demonstrate the capabilitie
44

55
## Platform Compatibility
66

7-
| Name | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | Gen2 | Notes |
8-
| ---------------------------------------------------------------- | ---- | ----------------- | ----------------- | ---- | ------------------------------------------------------------------------------------------------------------------------------------------ |
9-
| [default-app](default-app/) |||| | Default application pre-loaded on OAK4 devices showing color stream, depth stream, encoded stream and object detections using YOLO network |
10-
| [rgb-depth-connections](conference-demos/rgb-depth-connections/) |||| | Demo combining RGB camera feed with depth information and object detection capabilities. |
7+
| Name | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | DepthAIv2 | Notes |
8+
| ---------------------------------------------------------------- | ---- | ----------------- | ----------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
9+
| [default-app](default-app/) |||| | Default application pre-loaded on OAK4 devices showing color stream, depth stream, encoded stream and object detections using YOLO network |
10+
| [rgb-depth-connections](conference-demos/rgb-depth-connections/) |||| | Demo combining RGB camera feed with depth information and object detection capabilities. |
1111

1212
✅: available; ❌: not available; 🚧: work in progress

apps/conference-demos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This section contains demonstrations presented at conferences and events, showca
44

55
## Platform Compatibility
66

7-
| Name | Gen2 | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | Notes |
7+
| Name | DepthAIv2 | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | Notes |
88
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---- | ----------------- | ----------------- | --------------------------------------------------------------------------------------- |
99
| [rgb-depth-detections](rgb-depth-detections/) | [rgb-depth-detections](https://github.com/luxonis/oak-examples/tree/master/apps/conference-demos/rgb-depth-detections) ||| 🚧 | Demo combining RGB camera feed with depth information and object detection capabilities |
1010

camera-controls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This section contains examples demonstrating various camera control features and
44

55
## Platform Compatibility
66

7-
| Name | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | Gen2 | Notes |
7+
| Name | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | DepthAIv2 | Notes |
88
| ----------------------------------------------- | ---- | ----------------- | ----------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- |
99
| [manual-camera-control](manual-camera-control/) |||| [gen2-color-isp-raw](https://github.com/luxonis/oak-examples/tree/master/gen2-color-isp-raw) | Examples of manual camera control features including exposure, focus, white balance, and ISO |
1010
| [depth-driven-focus](depth-driven-focus/) |||| [gen2-depth-driven-focus](https://github.com/luxonis/oak-examples/tree/master/gen2-depth-driven-focus) | Demonstration of autofocus system driven by depth information |

depth-measurement/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This section contains examples demonstrating depth perception capabilities and s
44

55
## Platform Compatibility
66

7-
| Name | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | Gen2 | Notes |
7+
| Name | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | DepthAIv2 | Notes |
88
| ----------------------------------------------------------------- | ---- | ----------------- | ----------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------- |
99
| [3d-measurement/box-measurement](3d-measurement/box-measurement/) || 🚧 | 🚧 | [gen2-box_measurement](https://github.com/luxonis/oak-examples/tree/master/gen2-box_measurement) | Example measuring box dimensions using depth information |
1010
| [3d-measurement/pointcloud](3d-measurement/pointcloud/) || 🚧 | 🚧 | [gen2-pointcloud](https://github.com/luxonis/oak-examples/tree/master/gen2-pointcloud) | Demonstration of 3D point cloud generation from depth data |

integrations/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This section contains examples showing different ways to connect DepthAI devices
44

55
## Platform Compatibility
66

7-
| Name | Gen2 | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | Notes |
8-
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---- | ----------------- | ----------------- | --------------------------------------------------------------- |
9-
| [Hub](hub-snaps-events) | | | | | Example showing integration with Hub |
10-
| [foxglove](foxglove/) | [gen2-foxglove](https://github.com/luxonis/oak-examples/tree/master/gen2-foxglove) | | | | Integration example with Foxglove Studio for data visualization |
11-
| [rerun](rerun/) | [gen2-rerun](https://github.com/luxonis/oak-examples/tree/master/gen2-rerun) | | | | Integration with Rerun visualization toolkit |
12-
| [roboflow-integration](roboflow-integration/) | [gen2-roboflow-integration](https://github.com/luxonis/oak-examples/tree/master/gen2-roboflow-integration) | ||| Example showing integration with Roboflow platform |
7+
| Name | RVC2 | RVC4 (peripheral) | RVC4 (standalone) | DepthAIv2 | Notes |
8+
| --------------------------------------------- | ---- | ----------------- | ----------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
9+
| [Hub](hub-snaps-events) | | | | | Example showing integration with Hub |
10+
| [foxglove](foxglove/) | | | | [gen2-foxglove](https://github.com/luxonis/oak-examples/tree/master/gen2-foxglove) | Integration example with Foxglove Studio for data visualization |
11+
| [rerun](rerun/) | | | | [gen2-rerun](https://github.com/luxonis/oak-examples/tree/master/gen2-rerun) | Integration with Rerun visualization toolkit |
12+
| [roboflow-integration](roboflow-integration/) ||| | [gen2-roboflow-integration](https://github.com/luxonis/oak-examples/tree/master/gen2-roboflow-integration) | Example showing integration with Roboflow platform |
1313

1414
✅: available; ❌: not available; 🚧: work in progress

0 commit comments

Comments
 (0)