alex-luxonis
alex-luxonis
I assume the camera resolution is set to 4K. Could you try to reduce the FPS a bit, to 28 or 29, and see if the latency issue persists: `colorCamera.setFps(28)`
This is not implemented yet, but work in progress (RGB only for now) on the branch `cfg_fps_lite` (current [commit](https://github.com/luxonis/depthai-python/commit/df03f93298168af4a6361b4906ecf25c1c0c7bd0)). IMX214 is capable of 1080p@60fps, but at the moment the camera...
@JojoDevel We should get configurable and higher FPS for OV7251 mono (at least 60 fps) in about 2 weeks. Then need to look on getting better configs for IMX214 color...
@JojoDevel Apologies for the delay, it's implemented now on https://github.com/luxonis/depthai-python/pull/566
For IMX214, the camera configs still have the FPS limitations mentioned in the comment above: https://github.com/luxonis/depthai/issues/624#issuecomment-1026029818
I see the USB connection speed is `HIGH` (USB2), and not `SUPER` (USB3). Could you try with adding the option: `-usbs usb2`
https://github.com/luxonis/depthai/issues/616#issuecomment-1023917114 >... adding a general note for the differentiation between an USB2 and USB3 cable, as many type-C cables on the market are USB2-only. If the other end is type-A,...
@NikoLabs Could you run also: `git pull` `python3 install_requirements.py` (at some point depthai_demo.py was broken, and didn't correctly check for the installed version, if not a release. I'll need to...
@NikoLabs How was the command ran? I see in the logs above (https://github.com/luxonis/depthai/issues/641#issuecomment-1043653184), a python interpreter wasn't specified. Especially on Windows, multiple could be installed from various sources (e.g Microsoft...
That's just a warning, can be ignored. We're working on fixing the Artifactory server for it.