I am trying to run the following pipeline:
gst-launch-1.0 -v v4l2src ! videoconvert ! cameracalibrate ! cameraundistort ! autovideosink
The First part of my question is:
As I read in the documentation cameracalibrate
and cameraundistort
are elements that belong to opencv plugin and which we can use directly to create our own pipelines. Could someone please tell me if what I understood is right or not.
The second part is:
I am getting this error:
WARNING: erroneous pipeline: no element "cameracalibrate"
I had already installed the gst-plugins-bad
I am beginner in Gstreamer, could someone help me please and tell me what is behind this error.