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.
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login