Closed Vincent-Stragier closed 2 years ago
Thanks for your contribution @2010019970909! We've tested this on Pi Zero 2 W, and it almost works! I'll merge this to a new branch, so that we can add some extra changes to make it work on Pi Zero 2 W. We just need to enable legacy camera support and we should be up and running.
@mikevanis maybe you can try something like
raspi-config nonint do_camera 0
It should activate the camera after the next reboot, e.g., using cfgsetup.py
.
import subprocess
# Enable camera after next reboot
raspi_config_result= subprocess.run(
['raspi-config', 'nonint', 'do_camera', '0'], stdout=subprocess.PIPE)
# output = raspi_config_result.stdout.decode('utf-8')
Description
Update OS to latest Raspios. This could fix issue #95, but it has not been tested yet.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Tested on the following devices:
Checklist: