Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: problem setting gamma and gain new gspca

  1. #1
    Join Date
    Sep 2006
    Beans
    14

    problem setting gamma and gain new gspca

    Hi guys!

    I have this problem setting the gamma and gain parameters for the new gspca module:

    with 8.04 everything went right, thanks also to this guide for the dark image problem: http://forum.skype.com/index.php?showtopic=106357

    after upgrading to 8.10 the image of my webcam ( 046d:092f Logitech, Inc. QuickCam Express Plus ) is again very dark and the previous guide does not work anymore.

    some notes:
    /sys/modules/gspca does not exist anymore, in its place I find /sys/module/gspca_spca561/ and /sys/module/gspca_main/ and in these directories I can't do the thing suggested in the guide ( setting the parameters ) because it seems like I don't have write permission on it even if I am root:

    Code:
     /sys/module/gspca_main/parameters/GGreen: No such file or directory
    is it mounted readonly now?

    if I try to add the options in /etc/modprobe.d/options at modprobing ( I tried on both gspca_main and gspca_spca561 ) it complains that these options are not valid.

    any clue?

    Thank you guys!

    Michele

  2. #2
    Join Date
    Apr 2006
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: problem setting gamma and gain new gspca

    have you tried "autoexpo" module option?

    p.s. worst case scenario - you can set any option (override default value) directly in source file of module.

  3. #3
    Join Date
    Sep 2006
    Beans
    14

    Re: problem setting gamma and gain new gspca

    Quote Originally Posted by otc242 View Post
    have you tried "autoexpo" module option?

    p.s. worst case scenario - you can set any option (override default value) directly in source file of module.
    thanks for replying!

    unfortunately I get the same:

    Code:
     gspca_main: Unknown parameter `autoexpo'
    and compiling is not possible because there's an open bug that prevents to do it as far as I know:
    https://bugs.launchpad.net/ubuntu/+s...ca/+bug/273727

    any suggestion?

  4. #4
    Join Date
    Apr 2006
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: problem setting gamma and gain new gspca

    looks like gspca is now part of the kernel and that could be the reason of these problems - so, compiling is not needed. from what i've read, it should work properly with latest versions (and of course with final version of 8.10).

    anyway, back to problem - try this:
    Code:
    modinfo -F parm gspca
    that should give all available module parameters and their description - maybe they are renamed now?

  5. #5
    Join Date
    Sep 2006
    Beans
    14

    Re: problem setting gamma and gain new gspca

    thanks again for replying.

    Code:
    michele@micheleo:~$ modinfo -F parm gspca_main
    debug:Debug (bit) 0x01:error 0x02:probe 0x04:config 0x08:stream 0x10:frame 0x20:packet 0x40:USBin 0x80:USBout 0x0100: v4l2
    gspca_spc561 does not return anything.

  6. #6
    Join Date
    Apr 2006
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: problem setting gamma and gain new gspca

    gspca_main? this is what i get (on hardy, still hadn't had time to get intrepid):

    Code:
    modinfo -F parm gspca
    
    force_sensor_id:Forced assigning ID sensor (Zc03xx only). Dangerous, only for experts !!!
    force_gamma_id:Forced assigning ID of contrast settings (0=default,1,2,3) Zc03xx only
    lightfreq:Light frequency banding filter. Set to 50 or 60 Hz, or 0 for NoFlicker (default=50) Zc03xx only
    usbgrabber:Is a usb grabber 0x0733:0x0430 ? (default 1) 
    compress:Turn on/off compression (not functional yet)
    GGreen:Gain Green setting range 0 to 512 /256 
    GBlue:Gain Blue setting range 0 to 512 /256 
    GRed:Gain Red setting range 0 to 512 /256 
    OffGreen:OffGreen setting range -128 to 128
    OffBlue:OffBlue setting range -128 to 128
    OffRed:OffRed setting range -128 to 128
    gamma:gamma setting range 0 to 7 3-> gamma=1
    force_rgb:Read RGB instead of BGR
    debug:Debug level: 0=none, 1=init/detection, 2=warning, 3=config/control, 4=function call, 5=max
    autoexpo:Enable/Disable auto exposure (default=1: enabled) (PC-CAM 600/Zc03xx/spca561a/Etoms Only !!!)
    i hope this is only a "beta" related thing and that it will be resolved until final release

  7. #7
    Join Date
    Sep 2006
    Beans
    14

    Re: problem setting gamma and gain new gspca

    yes, I really hope it!
    thank you very much for your kind help!
    see you!

  8. #8
    Join Date
    Apr 2006
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: problem setting gamma and gain new gspca

    you're very welcome

    i think it will all work well in final version - if not, i'll have the same problem and we'll be on this thread again until we find a fix

  9. #9
    Join Date
    Feb 2007
    Beans
    89

    Re: problem setting gamma and gain new gspca

    same problem here on intrepid. webcam is a logitech something or the other.. image was fine on hardy.
    cheers.

  10. #10
    Join Date
    Apr 2006
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: problem setting gamma and gain new gspca

    mine is logitech too: quickcam for notebooks, new version (hardware id via lsusb is 046d:08dd)

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •