-
Notifications
You must be signed in to change notification settings - Fork 20
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
birdfeeder.sh script doesn't run correctly #16
Comments
Hi @aotmaie can you please test and confirm coral camera working as expected using "snapshot" command. Thanks! |
@hjonnala , The camera is working correctly. Is there something else that is causing this issue? |
@aotmaie We have tested with coral camera and it is working fine. Can you please try these steps and share the logs of all steps. Thanks!
|
Hi, This is the log of what happened. It still gives the same issue. Cmendel@vexing-snail: mobilenet_v2_1.0_224_quant_edgetpu.tflite 100%[===============================================================================================================================================================================>] 3.89M 1.06MB/s in 3.7s 2022-01-30 06:12:13 (1.06 MB/s) - ‘mobilenet_v2_1.0_224_quant_edgetpu.tflite’ saved [4084184/4084184] rm: cannot remove 'imagenet_labels.txt': No such file or directory imagenet_labels.txt 100%[===============================================================================================================================================================================>] 27.04K --.-KB/s in 0.05s 2022-01-30 06:12:13 (574 KB/s) - ‘imagenet_labels.txt’ saved [27691/27691] mendel@vexing-snail:~/project-birdfeeder-master/project-birdfeeder$ sh birdfeeder.sh |
Also, when I tried running the "snapshot" command the coral camera doesn't do anything. I tried using a USB camera but that also is giving the same issue. |
@aotmaie if snapshot is not working then there is some issue with coral camera. With USB camera please try |
@hjonnala , I just tried that and was trying to debug my code, but can't seem to find the issue. I am getting this error: mendel@vexing-snail:~/project-birdfeeder-master$ sh birdfeeder_dev_board.sh |
Is the error caused by the fact that I'm trying to run the program using a different camera? |
@aotmaie If you are able to run other gstremaer exampels with usb camera then you would be able to this demo also. Please try the command below with project-birdfeeder as base directory.
|
@hjonnala do you want me to change the paths to match the paths in the |
Description
I am trying to run the birdfeeder.sh script with all the directories correctly listed in the script, and whenever I do ./birdfeeder.sh to run the script in my command prompt it tries to run it but immediately pauses and doesn't complete the operation. I have to do Control + C to manually exit the process or else it never ends on its own. What is the issue with the script? Is there something wrong with the code I am using?
EDIT: Forgot to mention, I don't have the speaker connected to the board. Don't know if that would have an effect on the process, thought it would be useful to know.
Click to expand!
Issue Type
Bug, Performance
Operating System
Mac OS
Coral Device
Dev Board, Coral Camera
Other Devices
No response
Programming Language
No response
Relevant Log Output
The text was updated successfully, but these errors were encountered: