Line 48:
Line 48:
|RAW series
|RAW series
|RAW-MIPI-AR0234M
|RAW-MIPI-AR0234M
+
|Done
+
|-
+
|RAW series
+
|RAW-MIPI-SC535M
|Done
|Done
|}
|}
Line 191:
Line 195:
<code>export HEIGHT=1088</code>
<code>export HEIGHT=1088</code>
−
* <code>export FPS=60</code>
+
<code>export FPS=60</code>
*RAW-MIPI-AR0234M
*RAW-MIPI-AR0234M
Line 200:
Line 204:
<code>export FPS=60</code>
<code>export FPS=60</code>
+
+
*RAW-MIPI-SC535M
+
+
<code>export WIDTH=2448</code>
+
+
<code>export HEIGHT=2048</code>
+
+
<code>export FPS=100</code>
===V4L2 mode manual===
===V4L2 mode manual===
We have saved the code for v4l2 mode in this [https://github.com/veyeimaging/raspberrypi_v4l2 github repository].
We have saved the code for v4l2 mode in this [https://github.com/veyeimaging/raspberrypi_v4l2 github repository].
Line 344:
Line 356:
<code>v4l2-ctl --get-ctrl [ctrl_type]</code>
<code>v4l2-ctl --get-ctrl [ctrl_type]</code>
+
Line 517:
Line 530:
<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>
<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-MIPI-SC535M======
+
+
*raw8格式
+
+
<code>v4l2-ctl -d /dev/video0 --set-fmt-video=width=2448,height=2048,pixelformat=GREY --stream-mmap --stream-count=1 --stream-to=y8-2448x2048.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].
Line 854:
Line 872:
=== Document History ===
=== Document History ===
+
+
*2024-07-08
+
+
Add support for RAW-MIPI-SC535M.
* 2024-01-01
* 2024-01-01