-
Notifications
You must be signed in to change notification settings - Fork 193
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
[Bug] Unable to access to 4 TOFs from 4 S5K33D through OAK-FFC-4P #1007
Comments
Hi @Thinkminator , |
Hi @Thinkminator, |
Update: unfortunately you can only connect 3x FFC-ToF-33D to the OAK-FFC-4P due to shared I2C bus; |
Hi @Thinkminator , |
Hi @Thinkminator , |
Hi @Thinkminator ,. you'll likely need to reduce fps on all TOFs so it won't drop frames - decoding takes quite some processing. |
Sure, @Erol444! By the way, is there any way we can reduce the noise in ToFs in default? |
I have purchased a Luxonis OAK-FFC 4P and 4 S5K33D recently, and the goal is to view TOFs from 4 cameras at the same time. However, if I run the command $python3 cam_test.py --cameras cama,t camb,t camc,t camd,t, I am only getting tof from cama, and the thing crashed in 2s.
Then, I try with something lighter which is to access only the color views from all 4 cameras concurrently by running $ python3 cam_test.py --cameras cama,c camb,c camc,c camd,c. This time, no error is received, but only 2 views from cama and camd are shown (which are the MIPI 4 lanes).
However, if I unplug 1 camera from MIPI 2 lane, then 3 cameras will be supported for color view. Therefore, I am wondering, is it possible for us to view 4 tofs through OAK-FFC 4P concurrently, if so are there any additional steps that need to be taken, also is it also feasible for OAK-FFC 4P PoE?
Thank you very much.
The text was updated successfully, but these errors were encountered: