-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IR led not switching ON using standalone mode (http stream) in "OAK-D Pro W PoE" #1080
Comments
Hi @Vishnu-Karthikeyan , |
I tried using the following standard preview example. #!/usr/bin/env python3 import cv2 Create pipelinepipeline = dai.Pipeline() Define sources and outputsmonoLeft = pipeline.create(dai.node.MonoCamera) xoutLeft.setStreamName('left') PropertiesmonoLeft.setCamera("left") LinkingmonoRight.out.link(xoutRight.input) Connect to device and start pipelinewith dai.Device(pipeline) as device:
|
@Vishnu-Karthikeyan I mean setting it once inside the Scirpt node (not inside a while True loop). Does that work? |
Yes i tried that first itself. |
Following is the code i used for inside script led intensity setting
|
@jakaskerl , could you try to repro this? |
@Vishnu-Karthikeyan Does it work in normal operation (setting it on host using |
Yes i tried the following methods
RESULT: The ir led light switches on for first 2-3 seconds and turns off automatically. |
Do we have any solution for this ? |
I apologize for the delay @Vishnu-Karthikeyan. The code above works as expected for me. |
Thanks @Erol444, |
@Vishnu-Karthikeyan that's interesting.. Are you using the latest depthai? Are you powering the device with sufficient POE injector/switch? |
@Erol444 FYI |
@Vishnu-Karthikeyan could you try with a different POE injector? Perhaps this one? |
@Vishnu-Karthikeyan could you share a video (screen recording) of this happening? As I haven't seen it before, and it's especially strange it happens on both devices. |
upoad.mp4 |
You can see in the first few seconds the roof lights were "ON" and so the feed is also visible. |
Am creating a dap package and installing it to OAK-D Pro W PoE using device manager.
Am getting the video feed on link, but the IR led does not switch on.
Tested it on dark room environment.
Checked IR led on phone cam nut no glow.
Following is the code.
The text was updated successfully, but these errors were encountered: