streams
Example
"streams": {
"camera1": {
"type": "camera",
"uri": "./some_path/some_video.mp4",
"description": "Frontal camera",
"stream_properties": {
"intrinsics_pinhole": {
"camera_matrix_3x4": [ 1000.0, 0.0, 500.0, 0.0,
0.0, 1000.0, 500.0, 0.0,
0.0, 0.0, 1.0, 0.0],
"height_px": 480,
"width_px": 640
}
}
}
}streams {}
name
description
type
required
Intrinsics {}
intrinsics_pinhole # recording relevant data
name
type
required
Project Sensor Settings
Project Sensor Settings
stream_properties (required)
Use Case
bbox
bbox + cuboid (3d)
Last updated