MANIFEST.in
README.md
requirements.txt
setup.py
src/depthai_sdk/__init__.py
src/depthai_sdk/args_parser.py
src/depthai_sdk/fps.py
src/depthai_sdk/oak_camera.py
src/depthai_sdk/oak_device.py
src/depthai_sdk/previews.py
src/depthai_sdk/record.py
src/depthai_sdk/replay.py
src/depthai_sdk/utils.py
src/depthai_sdk.egg-info/PKG-INFO
src/depthai_sdk.egg-info/SOURCES.txt
src/depthai_sdk.egg-info/dependency_links.txt
src/depthai_sdk.egg-info/requires.txt
src/depthai_sdk.egg-info/top_level.txt
src/depthai_sdk/classes/__init__.py
src/depthai_sdk/classes/nn_config.py
src/depthai_sdk/classes/nn_results.py
src/depthai_sdk/classes/output_config.py
src/depthai_sdk/classes/packets.py
src/depthai_sdk/classes/yolo_config.py
src/depthai_sdk/components/__init__.py
src/depthai_sdk/components/camera_component.py
src/depthai_sdk/components/camera_helper.py
src/depthai_sdk/components/component.py
src/depthai_sdk/components/imu_component.py
src/depthai_sdk/components/multi_stage_nn.py
src/depthai_sdk/components/nn_component.py
src/depthai_sdk/components/nn_helper.py
src/depthai_sdk/components/parser.py
src/depthai_sdk/components/pipeline_graph.py
src/depthai_sdk/components/stereo_component.py
src/depthai_sdk/components/template_multi_stage_script.py
src/depthai_sdk/components/integrations/roboflow.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/setup.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/pipeline_graph.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/test.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/constants.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/errors.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/pkg_info.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/base/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/base/commands.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/base/factory.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/base/graph.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/base/graph_actions.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/base/menu.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/base/model.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/base/node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/base/port.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/custom_widgets/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/custom_widgets/nodes_palette.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/custom_widgets/nodes_tree.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/custom_widgets/properties.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/custom_widgets/properties_bin.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/nodes/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/nodes/backdrop_node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/nodes/base_node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/nodes/group_node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/nodes/port_node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_abstract.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_backdrop.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_base.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_group.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_overlay_disabled.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_port_in.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_port_out.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_text_item.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/pipe.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/port.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/qgraphics/slicer.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/widgets/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/widgets/actions.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/widgets/dialogs.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/widgets/node_graph.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/widgets/node_widgets.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/widgets/scene.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/widgets/tab_search.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/widgets/viewer.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/build/lib/depthai_pipeline_graph/NodeGraphQt/widgets/viewer_nav.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/pipeline_graph.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/constants.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/errors.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/pkg_info.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/base/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/base/commands.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/base/factory.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/base/graph.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/base/graph_actions.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/base/menu.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/base/model.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/base/node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/base/port.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/custom_widgets/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/custom_widgets/nodes_palette.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/custom_widgets/nodes_tree.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/custom_widgets/properties.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/custom_widgets/properties_bin.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/nodes/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/nodes/backdrop_node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/nodes/base_node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/nodes/group_node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/nodes/port_node.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_abstract.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_backdrop.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_base.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_group.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_overlay_disabled.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_port_in.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_port_out.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/node_text_item.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/pipe.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/port.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/qgraphics/slicer.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/widgets/__init__.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/widgets/actions.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/widgets/dialogs.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/widgets/node_graph.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/widgets/node_widgets.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/widgets/scene.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/widgets/tab_search.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/widgets/viewer.py
src/depthai_sdk/components/integrations/depthai_pipeline_graph/depthai_pipeline_graph/NodeGraphQt/widgets/viewer_nav.py
src/depthai_sdk/components/node_graph_qt/__init__.py
src/depthai_sdk/components/node_graph_qt/constants.py
src/depthai_sdk/components/node_graph_qt/errors.py
src/depthai_sdk/components/node_graph_qt/pkg_info.py
src/depthai_sdk/components/node_graph_qt/base/__init__.py
src/depthai_sdk/components/node_graph_qt/base/commands.py
src/depthai_sdk/components/node_graph_qt/base/factory.py
src/depthai_sdk/components/node_graph_qt/base/graph.py
src/depthai_sdk/components/node_graph_qt/base/graph_actions.py
src/depthai_sdk/components/node_graph_qt/base/menu.py
src/depthai_sdk/components/node_graph_qt/base/model.py
src/depthai_sdk/components/node_graph_qt/base/node.py
src/depthai_sdk/components/node_graph_qt/base/port.py
src/depthai_sdk/components/node_graph_qt/custom_widgets/__init__.py
src/depthai_sdk/components/node_graph_qt/custom_widgets/nodes_palette.py
src/depthai_sdk/components/node_graph_qt/custom_widgets/nodes_tree.py
src/depthai_sdk/components/node_graph_qt/custom_widgets/properties.py
src/depthai_sdk/components/node_graph_qt/custom_widgets/properties_bin.py
src/depthai_sdk/components/node_graph_qt/nodes/__init__.py
src/depthai_sdk/components/node_graph_qt/nodes/backdrop_node.py
src/depthai_sdk/components/node_graph_qt/nodes/base_node.py
src/depthai_sdk/components/node_graph_qt/nodes/group_node.py
src/depthai_sdk/components/node_graph_qt/nodes/port_node.py
src/depthai_sdk/components/node_graph_qt/qgraphics/__init__.py
src/depthai_sdk/components/node_graph_qt/qgraphics/node_abstract.py
src/depthai_sdk/components/node_graph_qt/qgraphics/node_backdrop.py
src/depthai_sdk/components/node_graph_qt/qgraphics/node_base.py
src/depthai_sdk/components/node_graph_qt/qgraphics/node_group.py
src/depthai_sdk/components/node_graph_qt/qgraphics/node_overlay_disabled.py
src/depthai_sdk/components/node_graph_qt/qgraphics/node_port_in.py
src/depthai_sdk/components/node_graph_qt/qgraphics/node_port_out.py
src/depthai_sdk/components/node_graph_qt/qgraphics/node_text_item.py
src/depthai_sdk/components/node_graph_qt/qgraphics/pipe.py
src/depthai_sdk/components/node_graph_qt/qgraphics/port.py
src/depthai_sdk/components/node_graph_qt/qgraphics/slicer.py
src/depthai_sdk/components/node_graph_qt/widgets/__init__.py
src/depthai_sdk/components/node_graph_qt/widgets/actions.py
src/depthai_sdk/components/node_graph_qt/widgets/dialogs.py
src/depthai_sdk/components/node_graph_qt/widgets/node_graph.py
src/depthai_sdk/components/node_graph_qt/widgets/node_widgets.py
src/depthai_sdk/components/node_graph_qt/widgets/scene.py
src/depthai_sdk/components/node_graph_qt/widgets/tab_search.py
src/depthai_sdk/components/node_graph_qt/widgets/viewer.py
src/depthai_sdk/components/node_graph_qt/widgets/viewer_nav.py
src/depthai_sdk/managers/__init__.py
src/depthai_sdk/managers/arg_manager.py
src/depthai_sdk/managers/blob_manager.py
src/depthai_sdk/managers/encoding_manager.py
src/depthai_sdk/managers/nnet_manager.py
src/depthai_sdk/managers/pipeline_manager.py
src/depthai_sdk/managers/preview_manager.py
src/depthai_sdk/nn_models/age-gender-recognition-retail-0013/config.json
src/depthai_sdk/nn_models/age-gender-recognition-retail-0013/handler.py
src/depthai_sdk/nn_models/deeplabv3_person/config.json
src/depthai_sdk/nn_models/deeplabv3_person/handler.py
src/depthai_sdk/nn_models/emotions-recognition-retail-0003/config.json
src/depthai_sdk/nn_models/emotions-recognition-retail-0003/handler.py
src/depthai_sdk/nn_models/face-detection-adas-0001/config.json
src/depthai_sdk/nn_models/face-detection-retail-0004/config.json
src/depthai_sdk/nn_models/human-pose-estimation-0001/config.json
src/depthai_sdk/nn_models/human-pose-estimation-0001/handler.py
src/depthai_sdk/nn_models/mobilenet-ssd/config.json
src/depthai_sdk/nn_models/openpose2/config.json
src/depthai_sdk/nn_models/openpose2/handler.py
src/depthai_sdk/nn_models/openpose2/model.yml
src/depthai_sdk/nn_models/pedestrian-detection-adas-0002/config.json
src/depthai_sdk/nn_models/person-detection-0200/config.json
src/depthai_sdk/nn_models/person-detection-retail-0013/config.json
src/depthai_sdk/nn_models/person-reidentification-retail-0288/config.json
src/depthai_sdk/nn_models/person-reidentification-retail-0288/handler.py
src/depthai_sdk/nn_models/person-vehicle-bike-detection-crossroad-1016/config.json
src/depthai_sdk/nn_models/road-segmentation-adas-0001/config.json
src/depthai_sdk/nn_models/road-segmentation-adas-0001/handler.py
src/depthai_sdk/nn_models/sbd_mask_classification_224x224/config.json
src/depthai_sdk/nn_models/sbd_mask_classification_224x224/handler.py
src/depthai_sdk/nn_models/vehicle-detection-0202/config.json
src/depthai_sdk/nn_models/vehicle-detection-adas-0002/config.json
src/depthai_sdk/nn_models/vehicle-license-plate-detection-barrier-0106/config.json
src/depthai_sdk/nn_models/yolo-v3-tf/config.json
src/depthai_sdk/nn_models/yolo-v3-tiny-tf/config.json
src/depthai_sdk/nn_models/yolov4_coco_608x608/config.json
src/depthai_sdk/nn_models/yolov4_tiny_coco_416x416/config.json
src/depthai_sdk/nn_models/yolov5n_coco_416x416/config.json
src/depthai_sdk/nn_models/yolov6n_coco_640x640/config.json
src/depthai_sdk/oak_outputs/__init__.py
src/depthai_sdk/oak_outputs/fps.py
src/depthai_sdk/oak_outputs/normalize_bb.py
src/depthai_sdk/oak_outputs/syncing.py
src/depthai_sdk/oak_outputs/xout.py
src/depthai_sdk/oak_outputs/xout_base.py
src/depthai_sdk/readers/__init__.py
src/depthai_sdk/readers/abstract_reader.py
src/depthai_sdk/readers/db3_reader.py
src/depthai_sdk/readers/image_reader.py
src/depthai_sdk/readers/mcap_reader.py
src/depthai_sdk/readers/rosbag_reader.py
src/depthai_sdk/readers/videocap_reader.py
src/depthai_sdk/recorders/__init__.py
src/depthai_sdk/recorders/abstract_recorder.py
src/depthai_sdk/recorders/depthai2ros.py
src/depthai_sdk/recorders/mcap_recorder.py
src/depthai_sdk/recorders/rosbag_recorder.py
src/depthai_sdk/recorders/videoCap.py
src/depthai_sdk/recorders/video_recorder.py
src/depthai_sdk/recorders/video_writers/__init__.py
src/depthai_sdk/recorders/video_writers/abstract_writer.py
src/depthai_sdk/recorders/video_writers/av_writer.py
src/depthai_sdk/recorders/video_writers/file_writer.py
src/depthai_sdk/recorders/video_writers/utils.py
src/depthai_sdk/recorders/video_writers/video_writer.py
src/depthai_sdk/visualize/__init__.py
src/depthai_sdk/visualize/configs.py
src/depthai_sdk/visualize/encoder.py
src/depthai_sdk/visualize/objects.py
src/depthai_sdk/visualize/polygon.py
src/depthai_sdk/visualize/visualizer.py
src/depthai_sdk/visualize/visualizer_helper.py