Page 1 of 1

RPi Cam Control

Posted: Fri Jul 26, 2019 1:58 pm
by henrique_mg
can i use RPi Cam Control v6.4.50 with stereo PI?

Re: RPi Cam Control

Posted: Fri Jul 26, 2019 4:15 pm
by Realizator
If you're talking about this project https://elinux.org/RPi-Cam-Web-Interface, then I dont think it will work out of the box.
I did not played with this solution yet, but quick look at the code (https://github.com/silvanmelchior/RPi_Cam_Web_Interface) shows that they use raspimjpeg, and I did not find any mention of using original Raspbian raspistill or raspivid (full list of native applications is here in official Raspberry docs).
If solution is based on these "native" modules, you can convert 2D to 3D easily by adding just one parameter. If not - you have to do a lot of hard coding "under the hood".
May I'm wrong with this, and I will be pleased to hear your opinion.

Re: RPi Cam Control

Posted: Sat Jul 27, 2019 7:57 pm
by henrique_mg
It is compatible but how to convert from 2D to 3D?

Re: RPi Cam Control

Posted: Sun Jul 28, 2019 12:27 pm
by Realizator
henrique_mg wrote:
Sat Jul 27, 2019 7:57 pm
It is compatible but how to convert from 2D to 3D?
You can not "convert" it.
By defaulf RPi Cam Control capures video only from a single camera. But for 3D you need to capture it from 2 cameras simultaneously. I think the better way is to ask RPi Cam Control developers, if they plan to add 3D video support.