Changes

Jump to navigation Jump to search
Line 177: Line 177:  
*RAW-MIPI-IMX462M
 
*RAW-MIPI-IMX462M
   −
<code>export WIDTH=1944</code>
+
<code>export WIDTH=1920</code>
   −
<code>export HEIGHT=1096</code>
+
<code>export HEIGHT=1080</code>
    
<code>export FPS=60</code>
 
<code>export FPS=60</code>
Line 431: Line 431:  
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=704,height=544,pixelformat='Y12 ' --stream-mmap --stream-count=1 --stream-to=y12-704x544.raw</code>
 
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=704,height=544,pixelformat='Y12 ' --stream-mmap --stream-count=1 --stream-to=y12-704x544.raw</code>
 
======RAW-MIPI-IMX462M======
 
======RAW-MIPI-IMX462M======
 +
 +
*raw10格式
 +
 +
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat='Y10 ' --stream-mmap --stream-count=1 --stream-to=y10-1920x1080.raw</code>
 +
 +
*raw12格式
 +
 +
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat='Y12 ' --stream-mmap --stream-count=1 --stream-to=y12-1920x1080.raw</code>
 +
======RAW-MIPI-AR0234M======
    
*raw8格式
 
*raw8格式
   −
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=1080,height=1280,pixelformat=GREY --stream-mmap --stream-count=1 --stream-to=y8-1088x1280.raw</code>
+
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1200,pixelformat=GREY --stream-mmap --stream-count=1 --stream-to=y8-1920x1200.raw</code>
    
*raw10格式
 
*raw10格式
   −
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=1080,height=1280,pixelformat='Y10 ' --stream-mmap --stream-count=1 --stream-to=y10-1088x1280.raw</code>
+
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1200,pixelformat='Y10 ' --stream-mmap --stream-count=1 --stream-to=y10-1920x1200.raw</code>
    
图片格式请参考下面:raw data图片格式说明 章节。
 
图片格式请参考下面:raw data图片格式说明 章节。

Navigation menu