Open main menu

Changes

X635-Software

5 bytes added, 19:51, 24 April 2023
no edit summary
1. To use the HDMI to CSI-2 bridge, you will need to enable '''[[How to enable camera support in Raspberry Pi OS|Enable legacy camera support]]'''.
 
2. Again open a terminal window and type the following command:
Note: You should get back <big>supported=1, detected=1</big>, indicating that the CSI-2 bridge is detected and supported by the operating system. If you get detected=0, then the CSI-2 bridge is not being seen by the operating system.
 
5. Connect the HDMI in device to x635 carrier board.
<big>IMPORTANT! The HDMI to CSI-2 bridge only accepts HDMI input: 1080p30, 1080p25, 720p30, 720p25</big>
 
6. Test x635 shield via command line
 
6.1). Record a sample picture: open a terminal window and run the following command to take a still picture and save it to the Desktop:
raspistill -o Desktop/image.jpg
In order to play the video file, double-click the video.h264 file icon on the Desktop to open it in VLC Media Player.
 
7. Install GStreamer on CM4 - <big>For advanced programmers and advanced applicaitons</big>