-
- Posts: 15
- Joined: Sat Jan 27, 2018 11:34 pm
Longest possible Cable for Pi Camera and why?
The longest one is 600mm by Adafruit. Can you use buffers? like, another vcc and gnd to not loose power?
-
- Posts: 27225
- Joined: Tue Mar 25, 2014 12:40 pm
Re: Longest possible Cable for Pi Camera and why?
OyarzoPablo wrote: ↑Wed Jan 15, 2020 3:22 pmThe longest one is 600mm by Adafruit. Can you use buffers? like, another vcc and gnd to not loose power?
https://shop.pimoroni.com/products/pi-c ... -extension
Take what I advise as advice not the utopian holy grail, and it is gratis !!
Re: Longest possible Cable for Pi Camera and why?
I've got those adapters that fruitoftheloom linked above. It worked for me with a 3m HDMI cable but distance is not guaranteed as the MIPI CSI-2 camera interface is only meant for short internal connections. The extra long ribbon cables like the one Adafruit is selling is out of spec as well.
Last edited by trejan on Wed Jan 15, 2020 8:56 pm, edited 1 time in total.
Re: Longest possible Cable for Pi Camera and why?
Anything more than the supplied cable we cannot guarantee. The longer the cable the more prone to interference the signal will be, and because the signal is extremely fast, interference can cause rapid degradation of the image.
Some people have tried longer cables with success, but I would expect anything over 1m to be very unreliable, especially in electrically noisy environments.
Some people have tried longer cables with success, but I would expect anything over 1m to be very unreliable, especially in electrically noisy environments.
Software guy, working in the applications team.
Re: Longest possible Cable for Pi Camera and why?
That is 5m, but expensive, and not supported anyway.
Only supported is 15cm 15pin flat ribbon cable.
I do use 1m and 2m 15pin flat ribbon cables routinely without issues.
You get those for <2$ incl. shipping on aliexpress.com
https://www.raspberrypi.org/forums/view ... 9#p1550239

Only supported is 15cm 15pin flat ribbon cable.
I do use 1m and 2m 15pin flat ribbon cables routinely without issues.
You get those for <2$ incl. shipping on aliexpress.com
https://www.raspberrypi.org/forums/view ... 9#p1550239

https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS [304+402+536fps]
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de
https://stamm-wilbrandt.de/GS [304+402+536fps]
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de
-
- Posts: 15
- Joined: Sat Jan 27, 2018 11:34 pm
Re: Longest possible Cable for Pi Camera and why?
Greatly thankful with the answers. does any of you have worked with multiplex the Camera port to for example, change one to other?
Re: Longest possible Cable for Pi Camera and why?
The Raspberry Pi supports only one MIPI CSI type camera (the kind using a flat ribbon cable). I saw one person assume the LCD display connector could also be used a camera connector since they both have 15 pins, but of course that not true. I am not sure, but maybe you are thinking about the 4-to-1 camera multiplexer from Arducam:
https://www.arducam.com/docs/cameras-fo ... oard-v2-1/
This is obviously an aftermarket hack. To my surprise, allegedly it sometimes works, but that's all I know. You can still only use one camera at a time, and I am not sure what application would be better off with that configuration, instead of simply using four separate R-Pi boards each with their own camera.
https://www.arducam.com/docs/cameras-fo ... oard-v2-1/
This is obviously an aftermarket hack. To my surprise, allegedly it sometimes works, but that's all I know. You can still only use one camera at a time, and I am not sure what application would be better off with that configuration, instead of simply using four separate R-Pi boards each with their own camera.
Re: Longest possible Cable for Pi Camera and why?
The Raspberry Compute modules allow to connect two cameras.
Not multiplex, but capture two cameras at once is possible with Arducam Stereo hat:
viewtopic.php?t=249483#p1551503
Not multiplex, but capture two cameras at once is possible with Arducam Stereo hat:
viewtopic.php?t=249483#p1551503
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS [304+402+536fps]
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de
https://stamm-wilbrandt.de/GS [304+402+536fps]
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de
-
- Posts: 15
- Joined: Sat Jan 27, 2018 11:34 pm
Re: Longest possible Cable for Pi Camera and why?
Maybe Multiplex wasn't the right word, I just want to have more than 1 camera (posibly 4) to one port and latching one to see the other, just having the signal of one camera at the time.