Changes

Jump to navigation Jump to search
Line 171: Line 171:  
*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 429: Line 429:     
<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======
 +
 +
*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格式
 +
 +
<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格式
 +
 +
<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>
    
PS. This y8 file can be used with this player: [https://yuv-player-deluxe.software.informer.com/2.6/ YUV Displayer Deluxe].
 
PS. This y8 file can be used with this player: [https://yuv-player-deluxe.software.informer.com/2.6/ YUV Displayer Deluxe].

Navigation menu