Example codes for Camera Fsync Manual Trigger mode
Note: In Fsync Manual Trigger mode, the performance and the precision depends on the program as well as the system load. Fsync Auto Trigger mode is much more precise than manual trigger mode.
Make sure to run trigger program before starting the camera stream.
In rqx590_gpio_trigger.py, the real-time performance has been improved. Better than shell scripts.
cd fsync_manual_trigger/src/python
sudo python3 ./rqx590_gpio_trigger.py -f 10
cd fsync_manual_trigger/src/bash
chmod +x ./camera_trigger_rqx590.sh
sudo ./camera_trigger_rqx590.sh -r 10
cd fsync_manual_trigger/src/bash
chmod +x ./camera_trigger_rqx58g_jp5.sh
sudo ./camera_trigger_rqx58g_jp5.sh -r 10
cd fsync_manual_trigger/src/bash
chmod +x ./camera_trigger_rqx58g_jp4.sh
sudo ./camera_trigger_rqx58g_jp4.sh -r 10