Hi,
I’m using Rock960 ModelA board with ubuntu package. And I’m trying to capture or stream the camera.
I can able to capture the raw image from v4l2-ctl commands.
$ v4l2-ctl --device /dev/video0 --stream-mmap --stream-to=frame.raw --stream-count=1
But, while running GStreamer commands for streaming or capturing the image, I’m getting the “rkcamsrc” element not found error.
gst-launch-1.0 rkcamsrc device=/dev/video0 ! videoconvert ! vid
eo/x-raw,format=NV12,width=1920,height=1080 ! jpegenc ! filesink location=image
01.jpg
WARNING: erroneous pipeline: no element “rkcamsrc”
How to install the rkcamsrc elements for gst-launch-1.0?
Regards,
Bala