Changes

Jump to navigation Jump to search
Line 103: Line 103:     
<code>sudo apt-get install gstreamer1.0-tools</code>
 
<code>sudo apt-get install gstreamer1.0-tools</code>
 +
 +
<code>sudo apt-get install libx264-dev libjpeg-dev</code>
 +
 +
<code>sudo apt-get install libgstreamer1.0-dev \</code>
 +
 +
<code>     libgstreamer-plugins-base1.0-dev \</code>
 +
 +
<code>     libgstreamer-plugins-bad1.0-dev \</code>
 +
 +
<code>     gstreamer1.0-plugins-ugly \</code>
 +
 +
<code>     gstreamer1.0-tools \</code>
 +
 +
<code>     gstreamer1.0-gl \</code>
 +
 +
<code>     gstreamer1.0-gtk3</code>
    
* Snap a picture (VEYE-MIPI-327,CS-MIPI-IMX307 @1080p mode)
 
* Snap a picture (VEYE-MIPI-327,CS-MIPI-IMX307 @1080p mode)
Line 127: Line 143:     
<code>gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)UYVY, width=(int)1920, height=(int)1080,framerate=(fraction)30/1" ! videoconvert ! fpsdisplaysink video-sink=fakesink -v</code>
 
<code>gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)UYVY, width=(int)1920, height=(int)1080,framerate=(fraction)30/1" ! videoconvert ! fpsdisplaysink video-sink=fakesink -v</code>
  −
  −
Note:
  −
  −
The gstreamer preview now quits with an error on the bullseye version of the Raspberry Pi, we are working on it.
  −
   
=== Video Control Toolkits Manual ===
 
=== Video Control Toolkits Manual ===
 
Because of the high flexibility of our camera parameters, we do not use V4L2 parameters to control, but use scripts to configure parameters.
 
Because of the high flexibility of our camera parameters, we do not use V4L2 parameters to control, but use scripts to configure parameters.

Navigation menu