-
Notifications
You must be signed in to change notification settings - Fork 8
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
Camera test passes even when it fails #49
Comments
This may be related to threading, possibly stopping the service while the stream capture is still happening leading to reading from a closed stream. This test should also be refactored to check the images are being received. |
More info from the test below, I would note that it definitely is taking and saving a picture.
|
Here is the output I received from the camera test. It still passes but no image is taken. When the image in temp_data is deleted, it is not replaced. @micolspitale93 can you try to run it on your setup and see if the same error occurs?
|
Sure. I will check it and update you |
@emdg05 Can you retry on the nuc? The camera is actually plugged into the nuc |
@chrismbirmingham I tried on the nuc and got the exact same output. There is also no image taken |
Camera test passed even when issuing the following error:
The text was updated successfully, but these errors were encountered: