[QUESTION] {setIrFloodLightBrightness}
See original GitHub issuedo you have example code showing how to setIrFloodLightBrightness
and ‘setIrLaserDotProjectorBrightness’ for the OAK-D Pro POE?
I am specifically working from this blaze pose repo https://github.com/geaxgx/depthai_blazepose/blob/main/BlazeposeDepthaiEdge.py#L104
I tried adding self.device.setIrFloodLightBrightness(1000);
The code compiles and runs but the scene still seems to not get flooded with IR.
Thanks.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Device - DepthAI documentation - Luxonis
setIrFloodLightBrightness (self: depthai.DeviceBase, mA: float, mask: int = - 1) → bool. Sets the brightness of the IR Flood Light. Limits: up to...
Read more >C++ API Reference — DepthAI documentation | Luxonis
bool setIrFloodLightBrightness (float mA, int mask = -1)¶. Sets the brightness of the IR Flood Light. Limits: up to 1500mA at 30% duty...
Read more >depthai - bytemeta
[BUG] FFC-type Board Calibration Flashing Error · [QUESTION] run only on OKA-D Pro POE as standalone device · [QUESTION] {setIrFloodLightBrightness}.
Read more >[Noetic] onnxruntime_vendor is in the package.xml - Ms-Iot ...
[QUESTION] {setIrFloodLightBrightness}, 5, 2022-08-13, 2022-08-09. [QUESTION] run only on OKA-D Pro POE as standalone device, 2, 2022-08-14, 2022-08-09.
Read more >Last issues related to luxonis/depthai project - PullAnswer
2022-08-14. [QUESTION] run only on OKA-D Pro POE as standalone device. 0 Likes 2 Replies. stephanschulz. 2022-08-13. [QUESTION] {setIrFloodLightBrightness}.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry about that. I now understand. It took me a minute to learn how to display the mono cameras. Here I am showing the right camera and it looks like laser and IR Led are working.
I followed some of the code here: https://docs.luxonis.com/projects/api/en/latest/samples/VideoEncoder/rgb_mono_encoding/
Thanks again.
Could you share a mono camera image? As mentioned, color camera doesn’t perceive IR light from illumination LED.