Hello!!
I'm trying to use an oak-1 as a webcam following this documentation page: https://docs.luxonis.com/en/latest/pages/oak_webcam/
I'm trying this on a Ubuntu 22.04.2
I tried the first 3 solutions, they all give me the same error:
Device started, please keep this process running
and open an UVC viewer. Example on Linux:
guvcview -d /dev/video0
To close: Ctrl+C
[14442C10E18347D700] [2.3] [1.092] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.125] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.158] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.191] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.224] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.258] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.291] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.324] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.357] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.424] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.457] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.490] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.523] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.557] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.590] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.623] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.656] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.689] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.756] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
[14442C10E18347D700] [2.3] [1.789] [ColorCamera(0)] [error] Still capture ignored, as the output is not connected
...
I've checked the forums and most of the problems come from not using an USB3.0, but I made sure the cable and the port are 3.0.
Anyone knows what is causing this error?
Regards.