File tree
132 files changed
+1417
-641
lines changed- docs/source
- _static/images
- components
- examples
- components
- messages
- nodes
- samples
- ColorCamera
- EdgeDetector
- FeatureTracker
- IMU
- ImageManip
- MobileNet
- MonoCamera
- ObjectTracker
- Script
- SpatialDetection
- StereoDepth
- SystemLogger
- VideoEncoder
- Yolo
- bootloader
- calibration
- host_side
- mixed
- tutorials
- examples
- ColorCamera
- EdgeDetector
- FeatureTracker
- IMU
- ImageManip
- MobileNet
- MonoCamera
- ObjectTracker
- Script
- SpatialDetection
- StereoDepth
- SystemLogger
- VideoEncoder
- Yolo
- bootloader
- calibration
- host_side
- mixed
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
132 files changed
+1417
-641
lines changedSubmodule depthai-core updated 63 files
- examples/CMakeLists.txt+102-131
- examples/ColorCamera/rgb_camera_control.cpp
- examples/ColorCamera/rgb_preview.cpp
- examples/ColorCamera/rgb_video.cpp
- examples/EdgeDetector/edge_detector.cpp
- examples/FeatureTracker/feature_detector.cpp
- examples/FeatureTracker/feature_tracker.cpp
- examples/IMU/imu_gyroscope_accelerometer.cpp
- examples/IMU/imu_rotation_vector.cpp
- examples/ImageManip/image_manip_example.cpp
- examples/ImageManip/image_manip_rotate.cpp
- examples/ImageManip/image_manip_tiling.cpp
- examples/ImageManip/rgb_rotate_warp.cpp+1-1
- examples/MobileNet/camera_mobilenet_sync_example.cpp
- examples/MobileNet/mono_mobilenet.cpp
- examples/MobileNet/rgb_mobilenet.cpp
- examples/MobileNet/rgb_mobilenet_4k.cpp
- examples/MobileNet/video_mobilenet.cpp
- examples/MobileNet/webcam_mobilenet_example.cpp
- examples/MonoCamera/mono_camera_control.cpp
- examples/MonoCamera/mono_full_resolution_saver.cpp+1-1
- examples/MonoCamera/mono_preview.cpp
- examples/ObjectTracker/object_tracker.cpp
- examples/ObjectTracker/object_tracker_video.cpp
- examples/ObjectTracker/spatial_object_tracker.cpp
- examples/Script/script_camera_control.cpp
- examples/Script/script_get_ip.cpp+42
- examples/Script/script_http_client.cpp+39
- examples/Script/script_http_server.cpp+75
- examples/Script/script_mjpeg_server.cpp+87
- examples/Script/script_nndata_example.cpp+49
- examples/SpatialDetection/spatial_location_calculator.cpp
- examples/SpatialDetection/spatial_mobilenet.cpp
- examples/SpatialDetection/spatial_mobilenet_mono.cpp
- examples/SpatialDetection/spatial_tiny_yolo.cpp
- examples/StereoDepth/depth_crop_control.cpp
- examples/StereoDepth/depth_preview.cpp
- examples/StereoDepth/rgb_depth_aligned.cpp
- examples/StereoDepth/stereo_depth_video.cpp
- examples/SystemLogger/system_information.cpp
- examples/VideoEncoder/encoding_max_limit.cpp
- examples/VideoEncoder/mjpeg_encoding_example.cpp
- examples/VideoEncoder/rgb_encoding.cpp
- examples/VideoEncoder/rgb_full_resolution_saver.cpp+1-1
- examples/VideoEncoder/rgb_mono_encoding.cpp
- examples/Yolo/tiny_yolo.cpp
- examples/bootloader/bootloader_config.cpp
- examples/bootloader/bootloader_version.cpp
- examples/bootloader/flash_bootloader.cpp
- examples/calibration/calibration_flash.cpp
- examples/calibration/calibration_flash_v5.cpp
- examples/calibration/calibration_load.cpp
- examples/calibration/calibration_reader.cpp
- examples/host_side/device_queue_event.cpp
- examples/host_side/opencv_support.cpp
- examples/host_side/queue_add_callback.cpp
- examples/mixed/mono_depth_mobilenetssd.cpp
- examples/mixed/rgb_encoding_mobilenet.cpp
- examples/mixed/rgb_encoding_mono_mobilenet.cpp
- examples/mixed/rgb_encoding_mono_mobilenet_depth.cpp
- examples/src/tiny_yolo_v3_device_side_decoding.cpp-153
- examples/utility/utility.cpp-2
- examples/utility/utility.hpp
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
139 | 195 | | |
140 | 196 | | |
141 | 197 | | |
142 | 198 | | |
143 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
144 | 205 | | |
145 | 206 | | |
146 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments