oem-qa team mailing list archive
-
oem-qa team
-
Mailing list archive
-
Message #00195
[Bug 370056] Re: oem-qa-checkbox camera test doesnt work
There are some problems when taking pictures using GStreamer interfaces
that have to be solved. In this case, I think that it is needed to
listen to the message bus to make sure that the pipeline has finished
before opening the image file.
Anyway, it seems that the same problem was detected in the past and a delay was added in the script code. As a temporary workaround, please edit "capture_still" method in /usr/share/checkbox/scripts/camera_test and look for:
time.sleep(1)
That delay is working for me in the mini9, but for sure that depends on
the hardware so please increase it and let me know which value works
fine for you so as to update the code in the branch accordingly.
--
oem-qa-checkbox camera test doesnt work
https://bugs.launchpad.net/bugs/370056
You received this bug notification because you are a member of OEM
Services QA, which is the registrant for OEM QA Tools.
Status in Project for test tools used by the OEM QA tools: Confirmed
Bug description:
When running the oem-qa-checkbox, the camera tests fail, although the record video test works, as does taking photos in cheese. This seems to be some sort of issue with the script failing as opposed to the camera failing.
During the Camera Test, when it asks if you can see the image, clicking Test has no results
During the Camera Still Image Capture, EOG opens with the error "Could not load image test.png", however, if you go to File-Open, you can see that the image was in fact captured. This appears to be a race between saving the file and opening it, which opening it seems to incorrectly win each time.
The video capture test works as expected.
References