RidgeRun Linux Camera Drivers/Examples/RB5: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 31: Line 31:


== GStreamer Examples ==
== GStreamer Examples ==
=== IMX577 ===
The IMX577 is a 12.3 megapixel CMOS stacked image sensor with a 7.857 mm diagonal and a square pixel array. Utilizing Sony's Stacked CMOS Image Sensor technology, it enables high-speed image capturing through column-parallel A/D converter circuits, offering high sensitivity and low noise. The following GStreamer pipelines shows how to capture from video using this camera sensor:
'''1920x1080@30'''
<pre>
gst-launch-1.0 qtiqmmfsrc camera=0 ! "video/x-raw(memory:GBM),format=NV12,width=1920,height=1080,framerate=30/1" ! waylandsink sync=true
</pre>
'''1280x720@60'''
<pre>
gst-launch-1.0 qtiqmmfsrc camera=0 ! "video/x-raw(memory:GBM),format=NV12,width=1280,height=720,framerate=60/1" ! waylandsink sync=true
</pre>
{{Colored box|background-content-color=#EDF1F7|background-title-color=#98CEFF|title-color=#FFFFFF|title='''Note'''|icon=notice-icon-white.png
  |style=overflow:hidden;
  |content=
Check the RB5 dedicated [[Qualcomm_Robotics_RB5/GStreamer_pipelines|wiki]] for more information and examples.
}}


== RidgeRun Product Use Cases ==
== RidgeRun Product Use Cases ==
823

edits