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

Line 218: Line 218:
The following GStreamer pipelines demonstrate how to capture video from a camera attached to the board. Please note that these pipelines require a MIPI CSI camera to function properly.
The following GStreamer pipelines demonstrate how to capture video from a camera attached to the board. Please note that these pipelines require a MIPI CSI camera to function properly.


'''1080p@30 xvimagesink'''  
'''1080p@30 capture and display'''  


<pre>
<pre>
Line 224: Line 224:
</pre>
</pre>


'''720p@60 xvimagesink'''  
'''720p@60 capture and display'''  


<pre>
<pre>
Line 230: Line 230:
</pre>
</pre>


'''1080p@30 h264'''
'''1080p@30 capture and h264 encoding'''


<pre>
<pre>
Line 236: Line 236:
</pre>
</pre>


'''720p@60 h264'''
'''720p@60 capture and h264 encoding'''


<pre>
<pre>