Preguntes més freqüents
- 6.1. El vídeo té una resposta lenta. Què puc fer?
- 6.2. Tinc un Mac amb iSight i una targeta gràfica ATI, i els colors són estranys.
- 6.3. La meva càmera web funciona amb el GStreamer, però no funciona amb el Cheese. Quin és el problema?
- 6.4. La meva càmera web funciona amb altres programes com ara l'Ekiga, el Camorama, però no amb el Cheese. Quin és el problema?
- 6.5. Where does Cheese store my photos and videos?
- 6.6. La meva Quickcam Express no funciona amb el Cheese...
- 6.7. Missatge d'error «No s'ha trobat cap càmera»
- 6.8. Which cameras are supported?
6.1. El vídeo té una resposta lenta. Què puc fer?
You may have set "ximagesink" (X Window System (No Xv)) as video-output. This means that your CPU is doing all the work. Change it to "xvimagesink" (X Window System (X11/XShm/Xv)) in order to let your graphics card do the work.
To change this setting, run the gstreamer-properties command, click the Video tab and change the appropriate setting.
6.2. Tinc un Mac amb iSight i una targeta gràfica ATI, i els colors són estranys.
Aquest és un problema amb les targetes gràfiques ATI, encara que hi ha una alternativa. Canvieu la sortida de vídeo a personalitzada i inseriu el següent: «ffmpegcolorspace ! video/x-raw-yuv,format=(fourcc)YV12 ! ffmpegcolorspace ! xvimagesink».
To change this setting, run the gstreamer-properties command, click the Video tab and select custom from the drop down menu.
6.3. La meva càmera web funciona amb el GStreamer, però no funciona amb el Cheese. Quin és el problema?
Using the gstreamer-properties mentioned in the above question, try changing from xvimagesink to ximagesink or vice-versa. If this still does not work, run cheese --verbose on the command line and copy the logging into a bug report in our bug tracker.
6.4. La meva càmera web funciona amb altres programes com ara l'Ekiga, el Camorama, però no amb el Cheese. Quin és el problema?
Vegeu si la càmera web funciona comprovant-la amb el gstreamer-properties. Si funciona aquí, però no al Cheese, introduïu un informe d'error al nostre seguidor d'errors.
6.5. Where does Cheese store my photos and videos?
Cheese stores your pictures in a folder called Webcam inside the XDG-Directory set for Pictures (in most distributions its ~/Pictures/Webcam). The same applies for Videos: ~/Videos/Webcam. XDG is a standard to declare default folders in your system. You can find more information about XDG here.
If the XDG-Path is not set on your System, cheese has a fallback solution: it will store both your pictures and videos in ~/.gnome2/cheese/media. This is the default directory for your media if you have an older version of Cheese.
How to set an alternate path is described in Secció 4.2 ― GConf settings.
Attention: leave this settings blank if you want Cheese to use the default directories.
You can also save your pictures to an alternate location from within Cheese. Please see Secció 5.2 ― Com desar fotos i vídeos en una ubicació alternativa for information on this.
6.6. La meva Quickcam Express no funciona amb el Cheese...
o el GStreamer, i veig errors com ara «No hi ha suficients conductes. Se n'ha obtingut 1, se'n necessiten com a mínim 2» a la sortida del Cheese. Amb el controlador «qc-usb».
Per a habilitar el mode de compatibilitat amb dos conductes, intenteu executar qcset /dev/video0 compat=dblbuf, llavors reinicieu el Cheese.
6.7. Missatge d'error «No s'ha trobat cap càmera»
"When I launch Cheese, I get the message 'No Camera Found' but I have my webcam plugged into my computer".
There are many situations that can cause this, and the exact problem that is causing it needs to be isolated. If possible, try each of the following to try and get your webcam working:
- Plug your webcam into another computer. If it works there, then it is a problem with the connection to your computer, or the operating system if it was a different one on the other computer. Check the ports on your computer (try another one) and consult support for your particular operating system.
- See if your camera is being detected by your computer. On Linux, open up the terminal or console and type "dmesg" before you plug in your webcam. Notice the most recent entries, and then plug in your webcam. Type "dmesg" again and see if the most recent entries differ. If the message mentions a USB device being detected, and your webcam is the only USB device that has been changed, then your computer is detecting your webcam fine. If not, then test to see if the webcam is working on another computer. This may only work with USB webcams.
- As Cheese uses the gstreamer backend, it is most likely because gstreamer is not detecting the webcam (or gstreamer has become corrupt). Please contact support for the particular operating system that you are running with as many details as possible. For Ubuntu, please use the Ubuntu Forums.