Discussion:
[linux-uvc-devel] We can add LightCam 1020 to the list of supported devices
h***@seznam.cz
2014-10-15 21:47:07 UTC
Permalink
USB webcam Genius LightCam 1020 (0458:7091) tested successfuly on 2.6.32
mainline kernel.

Product: LightCam 1020
Manufacturer: KYE Systems Corp.
configuration #1 chosen from 1 choice
Linux video capture interface: v2.00
uvcvideo: Found UVC 1.00 device LightCam 1020 (0458:7091)

So far only limited testing in luvcview, mplayer and mencoder was possible.
The webcam switches its IR leds and its own IR-cut filter automatically by
means of its firmware in low light conditions. Both stills and video can be
captured. The MJPEG capture needs some tweaking (green output only), YUV {
[rawyuy2] vfm: raw (RAW YUY2) in mplayer} works out of the box.

1) Valid_video_formats:
luvcview version 0.2.1
{ pixelformat = 'YUYV', description = 'YUV 4:2:2 (YUYV)' }
{ discrete: width = 640, height = 480 }
        Time interval between frame: 1/30, 1/20, 1/15, 1/8,
{ discrete: width = 352, height = 288 }
        Time interval between frame: 1/30, 1/20, 1/15, 1/8,
{ discrete: width = 320, height = 240 }
        Time interval between frame: 1/30, 1/20, 1/15, 1/8,
{ discrete: width = 176, height = 144 }
        Time interval between frame: 1/30, 1/20, 1/15, 1/8,
{ discrete: width = 1280, height = 720 }
        Time interval between frame: 1/8,
{ discrete: width = 160, height = 120 }
        Time interval between frame: 1/30, 1/20, 1/15, 1/8,
{ pixelformat = 'MJPG', description = 'MJPEG' }
{ discrete: width = 640, height = 480 }
        Time interval between frame: 1/30, 1/24, 1/20, 1/16,
{ discrete: width = 352, height = 288 }
        Time interval between frame: 1/30, 1/20, 1/15, 1/8,
{ discrete: width = 320, height = 240 }
        Time interval between frame: 1/30, 1/24, 1/20, 1/15,
{ discrete: width = 176, height = 144 }
        Time interval between frame: 1/30, 1/20, 1/15, 1/8,
{ discrete: width = 1280, height = 720 }
        Time interval between frame: 1/30, 1/24, 1/20, 1/16,
{ discrete: width = 160, height = 120 }
        Time interval between frame: 1/30, 1/20, 1/15, 1/8,

2) Valid_controls_and_settings:
luvcview version 0.2.1

Available controls of device 'Camera 1' (Type 1=Integer 2=Boolean 3=Menu 4=
Button)
V4L2_CID_BASE         (predefined controls):
 index:9963776    name:Brightness                       type:1 min:-255 
max:255   step:1     def:-4    now:-4
 index:9963777    name:Contrast                         type:1 min:0    
max:30    step:1     def:15    now:15
 index:9963778    name:Saturation                       type:1 min:0    
max:127   step:1     def:27    now:27
 index:9963779    name:Hue                              type:1 min:-16000
max:16000 step:1     def:0     now:0
 index:9963788    name:White Balance Temperature, Auto  type:2 min:0    
max:1     step:1     def:1     now:1
 index:9963792    name:Gamma                            type:1 min:20   
max:250   step:1     def:84    now:84
 index:9963800    name:Power Line Frequency             type:3 min:0    
max:2     step:1     def:1     now:1
  Menu items:
  index:0 name:Disabled
  index:1 name:50 Hz
  index:2 name:60 Hz
 index:9963802    name:White Balance Temperature        type:1 min:2500 
max:7000  step:1     def:5000  now:5000
 index:9963803    name:Sharpness                        type:1 min:0    
max:64    step:1     def:0     now:0
 index:9963804    name:Backlight Compensation           type:1 min:0    
max:2     step:1     def:1     now:1
V4L2_CID_PRIVATE_BASE (driver specific controls):

Cheers,
H.

Loading...