คำถามที่พบบ่อย
- 6.1 ถ้าวีดิทัศน์ไม่ชัดหรือกระตุก สามารถแก้ได้อย่างไรบ้าง?
- 6.2 ถ่ายภาพบนเครื่องแมคพร้อมกล้อง iSight และการ์ดแสดงผล ATI แล้วสีเพี้ยน
- 6.3 เว็บแคมของฉันใช้งานกับ gstreamer ได้ แต่ใช้กับชีสไม่ได้ ปัญหาเกิดจากอะไร?
- 6.4 เว็บแคมของฉันใช้กับโปรแกรมอย่าง Ekiga หรือ Camorama ได้ แต่ใช้กับชีสไม่ได้ ปัญหาเกิดจากอะไร?
- 6.5 Where does Cheese store my photos and videos?
- 6.6 กล้อง Quickcam Express ใช้งานไม่ได้กับชีส...
- 6.7 พบข้อผิดพลาด "ไม่พบกล้อง"
- 6.8 Which cameras are supported?
6.1 ถ้าวีดิทัศน์ไม่ชัดหรือกระตุก สามารถแก้ได้อย่างไรบ้าง?
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 ถ่ายภาพบนเครื่องแมคพร้อมกล้อง iSight และการ์ดแสดงผล ATI แล้วสีเพี้ยน
นี่เป็นปัญหาของการ์ดแสดงผล ATI แต่ก็มีวิธีแก้ ให้เปลี่ยนค่า video-output เป็น custom และใส่ค่าดังนี้: "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 เว็บแคมของฉันใช้งานกับ gstreamer ได้ แต่ใช้กับชีสไม่ได้ ปัญหาเกิดจากอะไร?
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 เว็บแคมของฉันใช้กับโปรแกรมอย่าง Ekiga หรือ Camorama ได้ แต่ใช้กับชีสไม่ได้ ปัญหาเกิดจากอะไร?
ทดลองว่าเว็บแคมของคุณใช้ได้หรือเปล่าเมื่อใช้คำสั่ง gstreamer-properties ถ้าผลคือใช้ได้ แต่ยังใช้กับชีสไม่ได้ กรุณาแจ้งบั๊กผ่านทางระบบแจ้งบั๊กของเรา
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 หัวข้อ 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 หัวข้อ 5.2 การบันทึกภาพถ่ายและวีดิทัศน์ในตำแหน่งอื่น for information on this.
6.6 กล้อง Quickcam Express ใช้งานไม่ได้กับชีส...
หรือ gstreamer และแสดงข้อผิดพลาดในหน้าต่างชีสว่า "Not enough buffers. We got 1, we want at least 2" (ใช้ไดรเวอร์ "qc-usb")
ลองเรียกคำสั่ง qcset /dev/video0 compat=dblbuf เพื่อเปิดใช้โหมดที่เข้ากันได้กับการทำบัฟเฟอร์คู่ จากนั้นเปิดชีสใหม่อีกครั้ง
6.7 พบข้อผิดพลาด "ไม่พบกล้อง"
"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.