GMSL2 Camera

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/ttyAMA10

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

By Command Line

Last updated