I could run facial expression detection on imx8mq evk(5.4.24 bsp) with input image. Same i tried to run with video source but its thowing error. Here are the logs:
INFO: Created TensorFlow Lite delegate for NNAPI.
Applied NNAPI delegate.
Using /dev/video2 as video device
Resolution not supported. Using 640x480 instead.
[ WARN:0] global /usr/src/debug/opencv/4.2.0.imx-r0/git/modules/videoio/src/cap_gstreamer.cpp (713) open OpenCV | GStreamer warning: Error opening bin: no element "imxvideoconvert_g2d"
[ WARN:0] global /usr/src/debug/opencv/4.2.0.imx-r0/git/modules/videoio/src/cap_gstreamer.cpp (480) isPipelinePlaying OpenCV | GStreamer warning: GStreamer: pipeline have not been created
Your video device could not be initialized. Exiting...
As per my understanding imx8mq evk doesn't support g2d. So what can be done here to make it working?
Would like to here from you asap.