Changes

Jump to navigation Jump to search
Line 656: Line 656:     
<code>v4l2-ctl -d /dev/video0  --set-fmt-video=width=1920,height=1080,pixelformat=UYVY --stream-mmap --stream-count=1 --stream-to=uyvy-1920x1080.yuv</code>
 
<code>v4l2-ctl -d /dev/video0  --set-fmt-video=width=1920,height=1080,pixelformat=UYVY --stream-mmap --stream-count=1 --stream-to=uyvy-1920x1080.yuv</code>
<br />
+
 
 +
===== yavta =====
 +
 
 +
======install yavta======
 +
<code>git clone <nowiki>https://github.com/veyeimaging/yavta.git</nowiki></code>
 +
 
 +
<code>cd yavta;make</code>
 +
 
 +
====== Save image to file ======
 +
<code>./yavta -c1 -FUYVY-1920x1080.yuv --skip 0 -f UYVY -s 1920x1080 /dev/video0</code>
 +
 
 
====Video Control Toolkits Manual====
 
====Video Control Toolkits Manual====
   Line 676: Line 686:  
* 20220720
 
* 20220720
   −
Add multimedia-api samples.
+
Add multimedia-api samples and v4l2 samples.
    
*20220714
 
*20220714

Navigation menu