Change Framesync FPS

By Minicom

sudo apt-get install minicom

# Make the connection with MCU to change the FPS for frame sync
# 115200 / 8-bit Mode / Even Priority
sudo minicom -b 115200 -D /dev/ttyTHS1

Remember to set minicom as even parity, i.e., 115200 8E1

sudo minicom -s

Change the UART command to operate at 60 FPS

Change the UART command to operate at 30 FPS

Change the UART command to operate at 20 FPS


By Command Line

Last updated