pcDuino3 supports UVC (USB video class) web cam. In this post, we are going to show a tool that is different from the built-in guvcview. T he web cam that we are going to use is a mini web cam from cutedigi.
pcDuino3 has a built-in viewer called guvcview. But in this post, we are going to try a new one luvcview.
To install it, simply type:
$sudo apt-get install luvcview
To run it, we use “$luvcview -s 640×480 -i 30”
We can see that although we requested a frame rate of 60. It only support 30 fps.
Leave a Reply
You must be logged in to post a comment.