Streams
Last updated
Last updated
Each camera contains a number of sensors of different types. Each sensor (or combination of multiple sensors) provides an image stream which can be consumed directly as video stream, or fed as input into a neural network. Our API exposes operations through which these streams can be consumed or manipulated. Each stream is addresses either by its sensor name - or by its combined name - .
Some camera models containing multiple image sensors, support a feature called Stereo Depth. This feature combines data from two image sensors at a time, to calculate the depth of the image in front of it. The result is a single image stream. The image will consist of depth data calculated by the camera, lighter areas will contain objects that are closer to the camera while darker areas will contain objects further away. This stream is configurable the same way as a single sensor.
Depth stream and the respective sensors it uses cannot be both active at the same time. E.g. if stream DEPTH_B_C is active, then streams CAM_B and CAM_C will be inactive and vice versa.
/cameras/{mxid}/streams/{stream_name}/control
CAM_[A-H]|DEPTH_[A-H]_[A-H]
[A-Z0-9]+
Exposure time in microseconds. Ignored if auto_exposure_enable is set to true. Value must be between 1 and 33000
Value must be between 100 and 5000
Value must be between -9 and 9
Maximum exposure time limit for auto-exposure in microseconds
Value must be between -10 and 10
Value must be between -10 and 10
Value must be between -10 and 10
Value must be between 0 and 4
Value must be between 0 and 4
AUTO
, CLOUDY_DAYLIGHT
, DAYLIGHT
, FLUORESCENT
, INCANDESCENT
, OFF
, SHADE
, TWILIGHT
, WARM_FLUORESCENT
Value must be between 1000 and 12000