Difference between revisions of "101-40-251"
From SainSmart Wiki
Line 1: | Line 1: | ||
− | + | #Hardware connection | |
*Connect the camera to CSI interface of Jetson Nano.Set the metal side of FFC into Heat-sink | *Connect the camera to CSI interface of Jetson Nano.Set the metal side of FFC into Heat-sink | ||
*Connect a HDMI LCD to Jetson Nano | *Connect a HDMI LCD to Jetson Nano | ||
+ | #Software setting | ||
+ | *Power on Jetson Nano and open the Terminal (Ctrl+ALT+T) | ||
+ | *Test camera with command: | ||
+ | |||
+ | <pre> DISPLAY=:0.0 gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=3280, height=2464, format=(string)NV12, framerate=(fraction)20/1' ! nvoverlaysink -e | ||
+ | </pre> |
Revision as of 11:30, 23 April 2020
- Hardware connection
- Connect the camera to CSI interface of Jetson Nano.Set the metal side of FFC into Heat-sink
- Connect a HDMI LCD to Jetson Nano
- Software setting
- Power on Jetson Nano and open the Terminal (Ctrl+ALT+T)
- Test camera with command:
DISPLAY=:0.0 gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=3280, height=2464, format=(string)NV12, framerate=(fraction)20/1' ! nvoverlaysink -e