EVT Camera Driver Example Software
-
Hi Travis,
Any update on the public facing code? It would be great if there is a gstreamer example on how to interface with the /dev/rb5-camera* pipes and get the frame data.
From what I gathered, it looks like the rb5-camera-server is using the camx API + gstreamer instead of HAL3 and Camera3 API like it does on the voxl.
-
Hi Travis,
Any update on the public facing code? It would be great if there is a gstreamer example on how to interface with the /dev/rb5-camera* pipes and get the frame data.
From what I gathered, it looks like the rb5-camera-server is using the camx API + gstreamer instead of HAL3 and Camera3 API like it does on the voxl.
Hi @mrawding ,
The current early release on the EVT hardware relies on gstreamer.... for example:
cd /data/misc/camera rm * gst-launch-1.0 -e qtiqmmfsrc camera=0 name=tracker ! video/x-h264,format=NV12,width=640,height=480,framerate=30/1 ! queue ! h264parse ! avdec_h264 ! videoconvert ! pngenc ! multifilesink enable-last-sample=false location="/data/misc/camera/cam0_img_%d_.png"This will save images to the path specified. We're actively working on getting the same interfacing as VOXL up on this ;). Next few weeks should have some good PUBLIC REPO updates.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login