Skip to content
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

Stereoscopic support is broken on firmware newer than 4.19.57 #1253

Closed
realizator opened this issue Sep 23, 2019 · 6 comments
Closed

Stereoscopic support is broken on firmware newer than 4.19.57 #1253

realizator opened this issue Sep 23, 2019 · 6 comments

Comments

@realizator
Copy link

I have 2 cameras system based on RPi Compute Module 3+ Lite.
The latest firmware with working stereoscopic support is 4.19.57 (Buster). Under "stereoscopic support" I mean appropriate work of raspistill and raspivid with "-3d" option.

Commands used for tests:

raspistill -3d sbs -o 1.jpg
raspivid -3d sbs -w 1280 -h 720 -o 1.h264

With all newer versions (4.19.66, 4.19.71 and 4.19.73) we have for both raspivid and raspistill:

  • preview is started
  • preview image freezes
  • adding '-n' option (no preview) has no any effect
  • no image or video saved
  • system can not be shut down correctly (sudo poweroff), and frozen preview image is always on the screen
@6by9
Copy link

6by9 commented Oct 8, 2019

Sorry, not had time to investigate this one as yet.
I have just had a daft thought. The regression is in the right time frame to be due to the AWB algorithm change. Could you try running sudo vcdbg set awb_mode 0 BEFORE running raspivid and see if it is happy?

@realizator
Copy link
Author

Sorry, not had time to investigate this one as yet.
I have just had a daft thought. The regression is in the right time frame to be due to the AWB algorithm change. Could you try running sudo vcdbg set awb_mode 0 BEFORE running raspivid and see if it is happy?

@6by9 I confirm that sudo vcdbg set awb_mode 0 do the trick!
Both raspistill and raspivid works. Tested on 4.19.76

@6by9
Copy link

6by9 commented Oct 8, 2019

Thanks. I'll get someone to look at the AWB algorithm again.

steveatinfincia added a commit to infincia/Open.HD that referenced this issue Mar 29, 2020
Due to a bug in newer Raspberry Pi firmware, stereo cameras don't work
at the moment. This is a temporary fix until the issue is resolved.

Raspbian bug: raspberrypi/firmware#1253
steveatinfincia added a commit to infincia/Open.HD that referenced this issue Apr 5, 2020
Due to a bug in newer Raspberry Pi firmware, stereo cameras don't work
at the moment. This is a temporary fix until the issue is resolved.

Raspbian bug: raspberrypi/firmware#1253
steveatinfincia added a commit to infincia/Open.HD that referenced this issue Apr 5, 2020
Due to a bug in newer Raspberry Pi firmware, stereo cameras don't work
at the moment. This is a temporary fix until the issue is resolved.

Raspbian bug: raspberrypi/firmware#1253
@realizator
Copy link
Author

Current situation update on 15 of April: stereoscopic support works again out of the box after rpi-update.
It has been tested on both current and "common" firmware, for 4.19.114-v7+ and 5.4.29-v7+ kernels.
Related discussions:
stereoscopic mode tests (RPi forum)
common firmware tests (RPi forum)

@pelwell
Copy link
Contributor

pelwell commented Apr 15, 2020

Is there any reason not to close this issue?

@realizator
Copy link
Author

Is there any reason not to close this issue?

Ok, I'm closing it. Can not wait for this firmware update will promoted to apt. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants