Birds Eye View/GStreamer/Generic Pipelines: Difference between revisions

Line 30: Line 30:
</center>
</center>


For the calibration file it would be the same as the example provided
== Saving a image ==


== Saving a image ==
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
gst-launch-1.0 bev name=bev0 calibration-file=$CALIBRATION_FILE \
gst-launch-1.0 bev name=bev0 calibration-file=$CALIBRATION_FILE \
Line 45: Line 42:
  bev0. ! queue ! videoconvert ! jpegenc ! filesink location=$OUTPUT
  bev0. ! queue ! videoconvert ! jpegenc ! filesink location=$OUTPUT
</syntaxhighlight>
</syntaxhighlight>
The expected output would be the following.


= Birds Eye view from UDP SRC =
= Birds Eye view from UDP SRC =
457

edits