Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI #3

Open
mohan51 opened this issue Apr 29, 2024 · 1 comment
Open

GUI #3

mohan51 opened this issue Apr 29, 2024 · 1 comment

Comments

@mohan51
Copy link

mohan51 commented Apr 29, 2024

I am working on IMX93 evk board and planned to implement the task that you already done...but unable to generate gui like you are showing in this blog.

I am getting this issues: python3 main.py resnet34_peoplenet.tflite
[ WARN:[email protected]] global cap_gstreamer.cpp:2784 handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module v4l2src0 reported: Internal data stream error.
[ WARN:[email protected]] global cap_gstreamer.cpp:1679 open OpenCV | GStreamer warning: unable to start pipeline
[ WARN:[email protected]] global cap_gstreamer.cpp:1164 isPipelinePlaying OpenCV | GStreamer warning: GStreamer: pipeline have not been created
[ WARN:[email protected]] global cap.cpp:204 open VIDEOIO(GSTREAMER): backend is generally available but can't be used to capture by name
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
capture 0.10204315185546875

@sandeepmistry
Copy link
Member

Hi @mohan51,

Thanks for sharing the details, based on the logs you shared looks like there was an error open the camera:

[ WARN:[email protected]] global cap_gstreamer.cpp:2784 handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module v4l2src0 reported: Internal data stream error.
[ WARN:[email protected]] global cap_gstreamer.cpp:1679 open OpenCV | GStreamer warning: unable to start pipeline
[ WARN:[email protected]] global cap_gstreamer.cpp:1164 isPipelinePlaying OpenCV | GStreamer warning: GStreamer: pipeline have not been created
[ WARN:[email protected]] global cap.cpp:204 open VIDEOIO(GSTREAMER): backend is generally available but can't be used to capture by name

Could you please share want Linux image you are running on the i.MX93 and the USB camera you have connected? Are you able to capture images from the camera using other applications?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants