Changes

Jump to navigation Jump to search
Line 268: Line 268:  
In gstreamer, v4l2src can access different cameras by specifying device=/dev/videoX.
 
In gstreamer, v4l2src can access different cameras by specifying device=/dev/videoX.
    +
=== Configuring  global variables ===
 +
For the convenience of later descriptions, global variables are configured here according to the sensor size.
 +
 +
*MV-MIPI-IMX178M
 +
 +
<code>export WIDTH=3088</code>
 +
 +
<code>export HEIGHT=2064</code>
 +
 +
*MV-MIPI-SC130M
 +
 +
<code>export WIDTH=1280</code>
 +
 +
<code>export HEIGHT=1024</code>
 
=== v4l2-ctl Application Examples ===
 
=== v4l2-ctl Application Examples ===
  

Navigation menu