Jump to content

Sony IMX230 Linux driver: Difference between revisions

Line 201: Line 201:
In order to capture 10 buffers and save them in a file, you can run the following pipelines:
In order to capture 10 buffers and save them in a file, you can run the following pipelines:


*1920x1080
*5344x4016
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
gst-launch-1.0 -v v4l2src device=/dev/video0 num-buffers=10 ! "video/x-bayer, format=rggb, width=5344, height=4016" \
gst-launch-1.0 -v v4l2src device=/dev/video0 num-buffers=10 ! "video/x-bayer, format=rggb, width=5344, height=4016" \
Line 210: Line 210:


<pre >
<pre >
./raw2rgbpnm -f SRGGB10 -s 5344x1080 -b 5.0 -n test_5344x4016.bayer output_5344x4016
./raw2rgbpnm -f SRGGB10 -s 5344x4016 -b 5.0 -n test_5344x4016.bayer output_5344x4016
</pre>
</pre>


=== Nvcamerasrc ===
=== Nvcamerasrc ===
* 1920x1080
* 5344x4016
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
DISPLAY=:0 gst-launch-1.0 nvcamerasrc sensor-id=0 fpsRange="30 30" ! 'video/x-raw(memory:NVMM), width=(int)5344, \
DISPLAY=:0 gst-launch-1.0 nvcamerasrc sensor-id=0 fpsRange="30 30" ! 'video/x-raw(memory:NVMM), width=(int)5344, \
height=(int)4016, format=(string)I420, framerate=(fraction)30/1' ! nvegltransform ! nveglglessink -e
height=(int)4016, format=(string)I420, framerate=(fraction)30/1' ! nvegltransform ! nveglglessink -e
</pre>
</pre>


== Tiple Capture ==
== Tiple Capture ==
234

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.