TX2入门教程硬件篇-启动自带摄像头
TX2入门教程硬件篇-启动自带摄像头
说明:
- 介绍如何使用TX2的自带摄像头
步骤:
- 启动方法1:
gst-launch-1.0 nvcamerasrc fpsRange="30.0 30.0" ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)I420, framerate=(fraction)30/1' ! nvtee ! nvvidconv flip-method=2 ! 'video/x-raw(memory:NVMM), format=(string)I420' ! nvoverlaysink -e
- 启动方法2:
- –prev_res 预览视屏的分辨率:
nvgstcapture-1.0 --prev-res=3
- 启动方法3,指定分辨率
nvgstcapture-1.0 --cus-prev-res=1920x1080
参考:
- http://download.csdn.net/download/chenjiehua123456789/9779332
- 参考手册:L4T_Tegra_X1_Multimedia_User_Guide_Release_24.2.pdf
- 参考章节:Nvgstcapture-1.0 Option Reference
获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号