Webcam Setup: Difference between revisions
Jump to navigation
Jump to search
(New page: = Drivers = * Ideally, your webcam will be supported by the UVC drivers (that are included in recent kernels). You need to build this driver as well as build the generic v4l2 framework su...) |
m (→Applications) |
||
Line 9: | Line 9: | ||
= Applications = | = Applications = | ||
* In Ekiga, in order to use v4l2 the pwlib dependency must be built with the v4l2 USE flag on. | * In Ekiga, in order to use v4l2 the pwlib / ptlib (ptlib is for recent Ekiga versions) dependency must be built with the v4l2 USE flag on. |
Revision as of 07:58, 18 September 2009
Drivers
- Ideally, your webcam will be supported by the UVC drivers (that are included in recent kernels). You need to build this driver as well as build the generic v4l2 framework support.
- To test your webcam, you can use the luvcview application (in Portage), although you may have to specify a different format if you get an error:
luvcview -f yuv
Applications
- In Ekiga, in order to use v4l2 the pwlib / ptlib (ptlib is for recent Ekiga versions) dependency must be built with the v4l2 USE flag on.