alex-luxonis
alex-luxonis
Thanks for the feedback. Agree on the need to enforce configurations (and throw exceptions when not achievable). But we also need to see how to better handle cases like this...
I agree this would be very valuable, but unfortunately it's not easy to implement, as the 3A library on device controls both exposure and ISO, and the rule of combining...
In general two operation modes are possible where an external sync/trigger signal is used: 1. Continuous streaming with external frame sync input (also named in sensor documentation: "slave" mode) -...
PR description updated: https://github.com/luxonis/depthai-python/pull/445 - sync/unmount on clean shutdown - rebased on the latest development - runs on non-PoE devices, but needs a different branch for now. TODO to fix...
Yes, later we should simplify the usage. `frameEvent` would be still useful though for custom things, e.g. by toggling a GPIO controlling an external strobe light.
@chandan-naik-rupeek This is a known issue on Windows only. Sorry for this, we'll try to fix it these days. It's a problem with the USB descriptors on Windows, due to...
Hi @chkarl , I'm trying to reproduce the issue with OAK-FFC-PoE-3P, on the `2.15.0.0` release, running your test script https://gist.github.com/chkarl/26aff3fbbfaf4f4b28b26ee59224e3e3 I started 2 devices yesterday: 1. Still running, for 24...
@madgrizzle Thanks for the tests! Was `.setProcessor(dai.ProcessorType.LEON_CSS)` added as well in the Script nodes? If yes, could you also try removing it and see if it's still stable. Would help...
@PeterQFR The branch was updated with the latest development, and a sync issue fixed in the example - commit above, by increasing the number of frames in the pool. (Another...
@rupa247 This configuration should be already supported. How are the cameras connected to your baseboard, is IMX378 RGB on the Center/RGB port? If yes, there are other potential issues: -...