4
device.category == 'CAPTURE'
5
command: camera_test detect
6
_description: This Automated test attempts to detect a camera.
10
depends: camera/detect
12
device.category == 'CAPTURE'
13
command: camera_test display
16
This test will check that the built-in camera works
18
1. Click on Test to display a video capture from the camera for ten seconds.
20
Did you see the video capture?
24
depends: camera/detect
26
package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
28
package.name == 'fswebcam' or package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
29
device.category == 'CAPTURE'
30
command: camera_test still
33
This test will check that the built-in camera works
35
1. Click on Test to display a still image from the camera for ten seconds.
37
Did you see the image?
40
name: camera/multiple-resolution-images
41
depends: camera/detect
43
package.name == 'fswebcam' or package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
44
device.category == 'CAPTURE'
45
command: camera_test resolutions
47
Takes multiple pictures based on the resolutions supported by the camera and
48
validates their size and that they are of a valid format.