Camera

Camera

Camera, Genius FaceCam 320X USB Camera

http://www.geniusnet.com/Genius/wSite/ct?xItem=53156&ctNode=161

Camera, Fswebcam Installation

Small and simple webcam for *nix

root@Minnowboard:~# apt-get install fswebcam

Camera, Kernel Drivers Tests

Are the Camera drivers being installed correctly?

This output shows that Camera is recognized by the Kernel but the input/inputX device is not set:

user@Minnowboard:~$ dmesg
[44070.765782] usb 1-2.3: new high-speed USB device number 8 using xhci_hcd
[44070.887108] usb 1-2.3: New USB device found, idVendor=0458, idProduct=708a
[44070.887118] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[44070.887124] usb 1-2.3: Product: FaceCam 320X
[44070.887130] usb 1-2.3: Manufacturer: KYE Systems Corp.

This output shows that Camera is recognized by the Kernel and the input/inputX device is set:

If your camera is recognized and the input/inputX device is set then go to "Camera, Kernel Modules Tests" section, otherwise keep reading

Camera, Kernel Drivers Enablement

Compile your Kernel, once compiled let's enable all the required drivers for our Camera:

For FaceCam 320X the "required" controller (seems it uses another driver) is GSPCA_PAC7302, we enable it as module

Once configuration changes are done, we save, compile again, reboot and check if Camera is recognized and input/inputX device is set as described in "Camera, Kernel Drivers Tests" section

Camera, Kernel Modules Tests

Check some Camera Kernel modules that could be loaded

Camera, Userspace Tests

We add our user as part of video group, look again that /dev/videoX is enabled and finally we get our picture with fswebcam application

End of File

Last updated