Comment 7 for bug 298591

Revision history for this message
Mathieu Benoit (mathben) wrote :

Ok, i write a script for testing the webcam. This script open a streamer about the default device video. This open the device 'v4l2src' and shoot a video test of the webcam.

I think it's not a good idea to open the application 'cheese' for testing a webcam, because checkbox will depend on cheese!

You add this script ont the repertory 'suites' of checkbox.
==
name: media video
plugin: manual
command: gst_pipeline_test -t 2 'v4l2src ! xvimagesink'
_description:
 Click the Test button to display a video test.
==
What are you thinking about the script?
It's samething if you launch this on a terminal : gst-launch 'v4l2src ! xvimagesink'