How remove camera preview to raspberry pi

后端 未结 2 1301
执念已碎
执念已碎 2021-01-27 11:46

I installed the SimpleCv on my raspberryPi and the driver to use the camera board with it (uv4l driver) and now I\'d like to play with it. When I type on simpleCV shell \"Camer

2条回答
  •  鱼传尺愫
    2021-01-27 11:49

    Try the nopreview option

    pkill uv4l
    uv4l --driver raspicam --auto-video_nr --encoding yuv420 --width 320 --height 240 --nopreview
    export LD_PRELOAD=/usr/lib/uv4l/uv4lext/armv6l/libuv4lext.so

    Hope that helps

提交回复
热议问题