-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
I was excited to read
and bought a couple of Pi Zero 2 Ws and cameras.
The example given in the documentation seems to assume 2 local cameras on a Pi 5, but not to worry, settings are configurable:
The server’s broadcast address and port, the frequency of the timing messages and the number of frames to wait for clients to synchronise, can all be changed in the camera tuning file. Clients only pay attention to the broadcast address here which should match the server’s; the other information will be ignored. Please refer to the Raspberry Pi Camera tuning guide for more information.
(Source file:
The server's broadcast address and port, the frequency of the timing messages and the number of frames to wait for clients to synchronise, can all be changed in the camera tuning file. Clients only pay attention to the broadcast address here which should match the server's; the other information will be ignored. Please refer to the https://datasheets.raspberrypi.com/camera/raspberry-pi-camera-guide.pdf[Raspberry Pi Camera tuning guide] for more information. |
However, I found no mention of software sync options in the PDF, and the tuning files (old and new) for the Camera 3 contain only an empty object with index "rpi.sync".
Please let me know where to find this information.