Cameras
Last updated
Last updated
Camera is a basic building block of Robopipe. It represent a single Luxonis device that can be manipulated through our API. Each camera corresponds to a real camera device and is independent of other devices. Camera can be connected via USB or Ethernet interface, the API doesn't make any distinctions regarding this matter. Camera is always addressed by its unique MXID.
If you're using PoE devices, make sure that they are connected to a network with running DHCP server. While this step can be ommited, the autodiscovery might be unreliable. If you run into any troubles connecting to PoE cameras, visit our troubleshooting guide, or refer to Luxonis PoE docs.
The PRO line-up of Luxonis devices has notch IR filters at 940nm on the stereo camera pair, which allows both visible light and IR light from illumination LED/laser dot projector to be perceived by the camera.
This product is classified as a Class 1 Laser Product under the EN/IEC 60825-1, Edition 3 (2014) internationally. You should take safety precautions when working with this product.
RGB cameras do not perceive IR light, only monochromatic sensors have IR perception.
A laser dot projector emits numerous tiny dots in front of the device, aiding in disparity matching, particularly on surfaces with low visual features or texture, such as walls or floors. This method, known as ASV (Active Stereo Vision), functions similarly to passive stereo vision but incorporates active depth enhancement.
LED lighting enables visibility in environments with minimal or no light. It allows you to execute AI or computer vision (CV) tasks on frames illuminated by the infrared (IR) LED.
/cameras/{mxid}/ir
[A-Z0-9]+
IR LED intensity. Value must be between 0.0 and 1.0
Dot projector intensity. Value must be between 0.0 and 1.0
/cameras/{mxid}/ir
[A-Z0-9]+
IR LED intensity. Value must be between 0.0 and 1.0
Dot projector intensity. Value must be between 0.0 and 1.0