![]() |
2009-12-17
, 10:44
|
Posts: 119 |
Thanked: 110 times |
Joined on Sep 2009
@ Prague
|
#2
|
![]() |
2009-12-17
, 18:55
|
Posts: 61 |
Thanked: 77 times |
Joined on Dec 2009
@ Lancaster
|
#3
|
![]() |
2009-12-20
, 18:06
|
Posts: 119 |
Thanked: 110 times |
Joined on Sep 2009
@ Prague
|
#4
|
![]() |
2010-01-06
, 13:31
|
Posts: 61 |
Thanked: 77 times |
Joined on Dec 2009
@ Lancaster
|
#5
|
![]() |
2010-01-06
, 13:35
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#6
|
Thank you for your reply.
Unfortunately there are no source fails of the mirror app available in the extras-devel repo. One can only find files of the debian packaging.
![]() |
2010-01-06
, 13:38
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#7
|
![]() |
2010-01-06
, 13:40
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#8
|
![]() |
2010-01-06
, 15:11
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#9
|
![]() |
2010-01-06
, 15:54
|
Posts: 45 |
Thanked: 54 times |
Joined on Oct 2009
@ Uppsala,Sweden
|
#10
|
Exposure and aperture:
V4L2_CID_EXPOSURE_AUTO integer
Enables automatic adjustments of the exposure time and/or iris aperture. The effect of manual changes of the exposure time or iris aperture while these features are enabled is undefined, drivers should ignore such requests. Possible values are:
V4L2_EXPOSURE_AUTO Automatic exposure time, automatic iris aperture.
V4L2_EXPOSURE_MANUAL Manual exposure time, manual iris.
V4L2_EXPOSURE_SHUTTER_PRIORITY Manual exposure time, auto iris.
V4L2_EXPOSURE_APERTURE_PRIORITY Auto exposure time, manual iris.
Focus:
V4L2_CID_FOCUS_ABSOLUTE integer
This control sets the focal point of the camera to the specified position. The unit is undefined. Positive values set the focus closer to the camera, negative values towards infinity.
V4L2_CID_FOCUS_AUTO boolean
Enables automatic focus adjustments. The effect of manual focus adjustments while this feature is enabled is undefined, drivers should ignore such requests.
Using this values one could get the camera in the appropriate mode of operation and theoretically through the control class retrieve any of those values.
Will the V4L2_CID_FOCUS_ABSOLUTE value change as the camera tries to autofocus on an object? If not, is there any other value I missed that could be used for that. Where can I check if these controls are supported by the N900 hardware.
Thx for any help,
Klen
Last edited by klen; 2009-12-16 at 18:29.