forked from luxonis/depthai-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredirects.yml
More file actions
193 lines (192 loc) · 14.2 KB
/
redirects.yml
File metadata and controls
193 lines (192 loc) · 14.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
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
# To update redirects on the page, please use
#
# ```
# rtd-redirects luxonis-depthai-python ./redirects.yml --pro --username <username> --password <pass>
# ```
#
# Username and password are the credentials you use to access the RTD website
#
# **You need to have sufficient privileges on the RTD to change the redirects**
redirects:
"/samples/autoexposure_roi/": "/samples/ColorCamera/autoexposure_roi/"
"/samples/bootloader_config/": "/samples/bootloader/bootloader_config/"
"/samples/bootloader_version/": "/samples/bootloader/bootloader_version/"
"/samples/calibration_flash/": "/samples/calibration/calibration_flash/"
"/samples/calibration_flash_v5/": "/samples/calibration/calibration_flash_v5/"
"/samples/calibration_load/": "/samples/calibration/calibration_load/"
"/samples/calibration_reader/": "/samples/calibration/calibration_reader/"
"/samples/corner_detector/": "/samples/FeatureTracker/corner_detector/"
"/samples/depth_crop_control/": "/samples/StereoDepth/depth_crop_control/"
"/samples/depth_preview/": "/samples/StereoDepth/depth_preview/"
"/samples/device_queue_event/": "/samples/host_side/device_queue_event/"
"/samples/edge_detector/": "/samples/EdgeDetector/edge_detector/"
"/samples/encoding_max_limit/": "/samples/VideoEncoder/encoding_max_limit/"
"/samples/feature_tracker/": "/samples/FeatureTracker/feature_tracker/"
"/samples/flash_bootloader/": "/samples/bootloader/flash_bootloader/"
"/samples/image_manip_rotate/": "/samples/ImageManip/image_manip_rotate/"
"/samples/image_manip_tiling/": "/samples/ImageManip/image_manip_tiling/"
"/samples/imu_gyroscope_accelerometer/": "/samples/IMU/imu_gyroscope_accelerometer/"
"/samples/imu_rotation_vector/": "/samples/IMU/imu_rotation_vector/"
"/samples/mono_camera_control/": "/samples/MonoCamera/mono_camera_control/"
"/samples/mono_depth_mobilenetssd/": "/samples/mixed/mono_depth_mobilenetssd/"
"/samples/mono_full_resolution_saver/": "/samples/MonoCamera/mono_full_resolution_saver/"
"/samples/mono_mobilenet/": "/samples/MobileNet/mono_mobilenet/"
"/samples/mono_preview/": "/samples/MonoCamera/mono_preview/"
"/samples/object_tracker/": "/samples/ObjectTracker/object_tracker/"
"/samples/object_tracker_video/": "/samples/ObjectTracker/object_tracker_video/"
"/samples/opencv_support/": "/samples/host_side/opencv_support/"
"/samples/queue_add_callback/": "/samples/host_side/queue_add_callback/"
"/samples/rgb_camera_control/": "/samples/ColorCamera/rgb_camera_control/"
"/samples/rgb_depth_aligned/": "/samples/StereoDepth/rgb_depth_aligned/"
"/samples/rgb_encoding/": "/samples/VideoEncoder/rgb_encoding/"
"/samples/rgb_encoding_mobilenet/": "/samples/mixed/rgb_encoding_mobilenet/"
"/samples/rgb_encoding_mono_mobilenet/": "/samples/mixed/rgb_encoding_mono_mobilenet/"
"/samples/rgb_encoding_mono_mobilenet_depth/": "/samples/mixed/rgb_encoding_mono_mobilenet_depth/"
"/samples/rgb_full_resolution_saver/": "/samples/VideoEncoder/rgb_full_resolution_saver/"
"/samples/rgb_mobilenet/": "/samples/MobileNet/rgb_mobilenet/"
"/samples/rgb_mobilenet_4k/": "/samples/MobileNet/rgb_mobilenet_4k/"
"/samples/rgb_mono_encoding/": "/samples/VideoEncoder/rgb_mono_encoding/"
"/samples/rgb_preview/": "/samples/ColorCamera/rgb_preview/"
"/samples/rgb_rotate_warp/": "/samples/ImageManip/rgb_rotate_warp/"
"/samples/rgb_video/": "/samples/ColorCamera/rgb_video/"
"/samples/script_camera_control/": "/samples/Script/script_camera_control/"
"/samples/spatial_location_calculator/": "/samples/SpatialDetection/spatial_location_calculator/"
"/samples/spatial_mobilenet/": "/samples/SpatialDetection/spatial_mobilenet/"
"/samples/spatial_mobilenet_mono/": "/samples/SpatialDetection/spatial_mobilenet_mono/"
"/samples/spatial_object_tracker/": "/samples/ObjectTracker/spatial_object_tracker/"
"/samples/spatial_tiny_yolo/": "/samples/SpatialDetection/spatial_tiny_yolo/"
"/samples/stereo_depth_from_host/": "/samples/StereoDepth/stereo_depth_from_host/"
"/samples/stereo_depth_video/": "/samples/StereoDepth/stereo_depth_video/"
"/samples/system_information/": "/samples/SystemLogger/system_information/"
"/samples/tiny_yolo_v3_device_side_decoding/": "/samples/Yolo/tiny_yolo/"
"/samples/tiny_yolo_v4_device_side_decoding/": "/samples/Yolo/tiny_yolo/"
"/samples/video_mobilenet/": "/samples/MobileNet/video_mobilenet/"
"/samples/30_stereo_depth_from_host/": "/samples/StereoDepth/stereo_depth_from_host/"
"/samples/29_3_object_tracker_video/": "/samples/ObjectTracker/object_tracker_video/"
"/samples/29_2_spatial_object_tracker/": "/samples/ObjectTracker/spatial_object_tracker/"
"/samples/29_1_object_tracker/": "/samples/ObjectTracker/object_tracker/"
"/samples/28_camera_video_example/": "/samples/ColorCamera/rgb_video/"
"/samples/27_spatial_location_calculator/": "/samples/SpatialDetection/spatial_location_calculator/"
"/samples/26_3_spatial_tiny_yolo/": "/samples/SpatialDetection/spatial_tiny_yolo/"
"/samples/26_2_spatial_mobilenet_mono/": "/samples/SpatialDetection/spatial_mobilenet_mono/"
"/samples/26_1_spatial_mobilenet/": "/samples/SpatialDetection/spatial_mobilenet/"
"/samples/25_system_information/": "/samples/SystemLogger/system_information/"
"/samples/24_opencv_support/": "/samples/host_side/opencv_support/"
"/samples/23_autoexposure_roi/": "/samples/ColorCamera/autoexposure_roi/"
"/samples/22_2_tiny_yolo_v4_decoding_on_device/": "/samples/Yolo/tiny_yolo/"
"/samples/22_1_tiny_yolo_v3_decoding_on_device/": "/samples/Yolo/tiny_yolo/"
"/samples/20_color_rotate_warp/": "/samples/ImageManip/rgb_rotate_warp/"
"/samples/19_mono_camera_control/": "/samples/MonoCamera/mono_camera_control/"
"/samples/18_rgb_encoding_mobilenet/": "/samples/mixed/rgb_encoding_mobilenet/"
"/samples/17_video_mobilenet/": "/samples/MobileNet/video_mobilenet/"
"/samples/16_device_queue_event/": "/samples/host_side/device_queue_event/"
"/samples/15_rgb_mobilenet_4k/": "/samples/MobileNet/rgb_mobilenet_4k/"
"/samples/14_3_depth_crop_control/": "/samples/StereoDepth/depth_crop_control/"
"/samples/14_2_mono_camera_control/": "/samples/MonoCamera/mono_camera_control/"
"/samples/14_1_color_camera_control/": "/samples/ColorCamera/rgb_camera_control/"
"/samples/13_encoding_max_limit/": "/samples/VideoEncoder/encoding_max_limit/"
"/samples/11_rgb_encoding_mono_mobilenet/": "/samples/mixed/rgb_encoding_mono_mobilenet/"
"/samples/12_rgb_encoding_mono_mobilenet_depth/": "/samples/mixed/rgb_encoding_mono_mobilenet_depth/"
"/samples/10_mono_depth_mobilenetssd/": "/samples/mixed/mono_depth_mobilenetssd/"
"/samples/09_mono_mobilenet/": "/samples/MobileNet/mono_mobilenet/"
"/samples/08_rgb_mobilenet/": "/samples/MobileNet/rgb_mobilenet/"
"/samples/07_mono_full_resolution_saver/": "/samples/MonoCamera/mono_full_resolution_saver/"
"/samples/06_rgb_full_resolution_saver/": "/samples/VideoEncoder/rgb_full_resolution_saver/"
"/samples/05_rgb_mono_encoding/": "/samples/VideoEncoder/rgb_mono_encoding/"
"/samples/04_rgb_encoding/": "/samples/VideoEncoder/rgb_encoding/"
"/samples/03_depth_preview/": "/samples/StereoDepth/depth_preview/"
"/samples/02_mono_preview/": "/samples/MonoCamera/mono_preview/"
"/samples/01_rgb_preview/": "/samples/ColorCamera/rgb_preview/"
"/samples/14_color_camera_control/": "/samples/ColorCamera/rgb_camera_control/"
"/samples/21_mobilenet_decoding_on_device/": "/samples/MobileNet/rgb_mobilenet/"
"/samples/autoexposure_roi": "/samples/ColorCamera/autoexposure_roi/"
"/samples/bootloader_config": "/samples/bootloader/bootloader_config/"
"/samples/bootloader_version": "/samples/bootloader/bootloader_version/"
"/samples/calibration_flash": "/samples/calibration/calibration_flash/"
"/samples/calibration_flash_v5": "/samples/calibration/calibration_flash_v5/"
"/samples/calibration_load": "/samples/calibration/calibration_load/"
"/samples/calibration_reader": "/samples/calibration/calibration_reader/"
"/samples/corner_detector": "/samples/FeatureTracker/corner_detector/"
"/samples/depth_crop_control": "/samples/StereoDepth/depth_crop_control"
"/samples/depth_preview": "/samples/StereoDepth/depth_preview/"
"/samples/device_queue_event": "/samples/host_side/device_queue_event/"
"/samples/edge_detector": "/samples/EdgeDetector/edge_detector/"
"/samples/encoding_max_limit": "/samples/VideoEncoder/encoding_max_limit/"
"/samples/feature_tracker": "/samples/FeatureTracker/feature_tracker/"
"/samples/flash_bootloader": "/samples/bootloader/flash_bootloader/"
"/samples/image_manip_rotate": "/samples/ImageManip/image_manip_rotate/"
"/samples/image_manip_tiling": "/samples/ImageManip/image_manip_tiling/"
"/samples/imu_gyroscope_accelerometer": "/samples/IMU/imu_gyroscope_accelerometer/"
"/samples/imu_rotation_vector": "/samples/IMU/imu_rotation_vector"
"/samples/mono_camera_control": "/samples/MonoCamera/mono_camera_control/"
"/samples/mono_depth_mobilenetssd": "/samples/mixed/mono_depth_mobilenetssd/"
"/samples/mono_full_resolution_saver": "/samples/MonoCamera/mono_full_resolution_saver/"
"/samples/mono_mobilenet": "/samples/MobileNet/mono_mobilenet/"
"/samples/mono_preview": "/samples/MonoCamera/mono_preview/"
"/samples/object_tracker": "//samples/ObjectTracker/object_tracker/"
"/samples/object_tracker_video": "/samples/ObjectTracker/object_tracker_video/"
"/samples/opencv_support": "/samples/host_side/opencv_support/"
"/samples/queue_add_callback": "/samples/host_side/queue_add_callback/"
"/samples/rgb_camera_control": "/samples/ColorCamera/rgb_camera_control/"
"/samples/rgb_depth_aligned": "/samples/StereoDepth/rgb_depth_aligned/"
"/samples/rgb_encoding": "/samples/VideoEncoder/rgb_encoding/"
"/samples/rgb_encoding_mobilenet": "/samples/mixed/rgb_encoding_mobilenet/"
"/samples/rgb_encoding_mono_mobilenet": "/samples/mixed/rgb_encoding_mono_mobilenet/"
"/samples/rgb_encoding_mono_mobilenet_depth": "/samples/mixed/rgb_encoding_mono_mobilenet_depth/"
"/samples/rgb_full_resolution_saver": "/samples/VideoEncoder/rgb_full_resolution_saver/"
"/samples/rgb_mobilenet": "/samples/MobileNet/rgb_mobilenet/"
"/samples/rgb_mobilenet_4k": "/samples/MobileNet/rgb_mobilenet_4k/"
"/samples/rgb_mono_encoding": "/samples/VideoEncoder/rgb_mono_encoding/"
"/samples/rgb_preview": "/samples/ColorCamera/rgb_preview/"
"/samples/rgb_rotate_warp": "/samples/ImageManip/rgb_rotate_warp/"
"/samples/rgb_video": "/samples/ColorCamera/rgb_video/"
"/samples/script_camera_control": "/samples/Script/script_camera_control/"
"/samples/spatial_location_calculator": "/samples/SpatialDetection/spatial_location_calculator/"
"/samples/spatial_mobilenet": "/samples/SpatialDetection/spatial_mobilenet/"
"/samples/spatial_mobilenet_mono": "/samples/SpatialDetection/spatial_mobilenet_mono/"
"/samples/spatial_object_tracker": "/samples/ObjectTracker/spatial_object_tracker/"
"/samples/spatial_tiny_yolo": "/samples/SpatialDetection/spatial_tiny_yolo/"
"/samples/stereo_depth_from_host": "/samples/StereoDepth/stereo_depth_from_host/"
"/samples/stereo_depth_video": "/samples/StereoDepth/stereo_depth_video/"
"/samples/system_information": "/samples/SystemLogger/system_information/"
"/samples/tiny_yolo_v3_device_side_decoding": "/samples/Yolo/tiny_yolo/"
"/samples/tiny_yolo_v4_device_side_decoding": "/samples/Yolo/tiny_yolo/"
"/samples/video_mobilenet": "/samples/MobileNet/video_mobilenet/"
"/samples/30_stereo_depth_from_host": "/samples/StereoDepth/stereo_depth_from_host/"
"/samples/29_3_object_tracker_video": "/samples/ObjectTracker/object_tracker_video/"
"/samples/29_2_spatial_object_tracker": "/samples/ObjectTracker/spatial_object_tracker/"
"/samples/29_1_object_tracker": "/samples/ObjectTracker/object_tracker/"
"/samples/28_camera_video_example": "/samples/ColorCamera/rgb_video/"
"/samples/27_spatial_location_calculator": "/samples/SpatialDetection/spatial_location_calculator/"
"/samples/26_3_spatial_tiny_yolo": "/samples/SpatialDetection/spatial_tiny_yolo/"
"/samples/26_2_spatial_mobilenet_mono": "/samples/SpatialDetection/spatial_mobilenet_mono/"
"/samples/26_1_spatial_mobilenet": "/samples/SpatialDetection/spatial_mobilenet/"
"/samples/25_system_information": "/samples/SystemLogger/system_information/"
"/samples/24_opencv_support": "/samples/host_side/opencv_support/"
"/samples/23_autoexposure_roi": "/samples/ColorCamera/autoexposure_roi/"
"/samples/22_2_tiny_yolo_v4_decoding_on_device": "/samples/Yolo/tiny_yolo/"
"/samples/22_1_tiny_yolo_v3_decoding_on_device": "/samples/Yolo/tiny_yolo/"
"/samples/20_color_rotate_warp": "/samples/ImageManip/rgb_rotate_warp/"
"/samples/19_mono_camera_control": "/samples/MonoCamera/mono_camera_control/"
"/samples/18_rgb_encoding_mobilenet": "/samples/mixed/rgb_encoding_mobilenet/"
"/samples/17_video_mobilenet": "/samples/MobileNet/video_mobilenet/"
"/samples/16_device_queue_event": "/samples/host_side/device_queue_event/"
"/samples/15_rgb_mobilenet_4k": "/samples/MobileNet/rgb_mobilenet_4k/"
"/samples/14_3_depth_crop_control": "/samples/StereoDepth/depth_crop_control"
"/samples/14_2_mono_camera_control": "/samples/MonoCamera/mono_camera_control/"
"/samples/14_1_color_camera_control": "/samples/ColorCamera/rgb_camera_control/"
"/samples/13_encoding_max_limit": "/samples/VideoEncoder/encoding_max_limit/"
"/samples/11_rgb_encoding_mono_mobilenet": "/samples/mixed/rgb_encoding_mono_mobilenet/"
"/samples/12_rgb_encoding_mono_mobilenet_depth": "/samples/mixed/rgb_encoding_mono_mobilenet_depth/"
"/samples/10_mono_depth_mobilenetssd": "/samples/mixed/mono_depth_mobilenetssd/"
"/samples/09_mono_mobilenet": "/samples/MobileNet/mono_mobilenet/"
"/samples/08_rgb_mobilenet": "/samples/MobileNet/rgb_mobilenet/"
"/samples/07_mono_full_resolution_saver": "/samples/MonoCamera/mono_full_resolution_saver/"
"/samples/06_rgb_full_resolution_saver": "/samples/VideoEncoder/rgb_full_resolution_saver/"
"/samples/05_rgb_mono_encoding": "/samples/VideoEncoder/rgb_mono_encoding/"
"/samples/04_rgb_encoding": "/samples/VideoEncoder/rgb_encoding/"
"/samples/03_depth_preview": "/samples/StereoDepth/depth_preview/"
"/samples/02_mono_preview": "/samples/MonoCamera/mono_preview/"
"/samples/01_rgb_preview": "/samples/ColorCamera/rgb_preview/"
"/samples/14_color_camera_control": "/samples/ColorCamera/rgb_camera_control/"
"/samples/21_mobilenet_decoding_on_device": "/samples/MobileNet/rgb_mobilenet/"