-
Notifications
You must be signed in to change notification settings - Fork 52
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
Output of Gstreamer Pipeline on Google Coral Dev Board #32
Comments
Please check the input resolutions supported for usb camera with the following command and pass them as arguments. Thanks!
example: python3 bodypix_gl_imx.py --videosrc /dev/video1 --width 640 --height 480 |
Thanks for your help. The output of
When I run
|
Please try the YUUV resolutions with 30 fps. python3 bodypix_gl_imx.py --videosrc /dev/video1 --width 320 --height 240 |
Thanks this works but I have a couple follow up questions.
Is this the expected behavior? Thanks |
This is because your only 320x240 supports 30 fps for your YUUV format..
Not sure why you are getting such low FPS..
This is expected. Please stop the script with CTRL+C. Thanks!! |
Hi @andrubrown You have to use Ctrl+C to terminate any script or process, Ctrl+Z does not kill all processes and hence you cant run anything on EdgeTPU, in case you hit Ctrl+Z, sudo reboot now and thereafter use Ctrl+C only Cheers! |
I have a google coral dev board with usb camera and HDMI monitor attached. I am connected the board via MDT.
When I run
python3 bodypix_gl_imx.py
I get the following output in the terminal:Which I think is the expected behavior. But there there is no actual output video displayed. In the other USB camera examples a dialog box opens to display the output of the face detection model, for example. But I see no such dialog box. I have tried running the script remotely via MDT and on the coral itself.
The text was updated successfully, but these errors were encountered: