Device-Video-PWC

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        "auto/manual/indoor/outdoor/fl" .

    red_balance( $val )
        Set red balance (only if white balance mode is set to "manual").
        Value has to be in a range 0 - 65535.

    blue_balance( $val )
        Set blue balance (only if white balance mode is set to "manual").
        Value has to be in a range 0 - 65535.

    set_automatic_white_balance_speed( $val )
        Set speed of automatic white balance. Value has to be in a range 1 -
        65535.

    set_automatic_white_balance_delay( $val )
        Set delay for automatic white balance. Value has to be in a range 1
        - 65535.

    set_led_on_time( $val )
        Set led on time in ms. Value has to be in a range 0 - 25500.

    set_led_off_time( $val )
        Set led off-time.

    set_electronic_sharpness( $val )
        Set electronic sharpness. Value has t obe in a range 0 - 65535.

    set_backlight_compensation( $val )
        Set backlight compensation. Possible values are 0 (for off) and 1
        (for on).

    set_antiflicker_mode( $val )
        Set antiflicker mode. Possible values are 0 (for off) and 1 (for
        on).

    set_noise_reduction($val)
        Set noise reduction mode. Possible values are from 0 (none) to 3
        (high).

    reset_pan()
        Reset pan.

    reset_tilt()
        Reset tilt.

    query_pan_tilt_status()
        Query pan/tilt status.

    set_pan( $val )
        Set pan position.

    set_tilt
        Set tilt position.

DEPENDENCIES
    None.

INCOMPATIBILITIES
    None known.

BUGS AND LIMITATIONS
    None. I hope.

THANKS
    Thanks to Folkert van Heusden <folkert@vanheusden.com>, who is an author
    of original source code for "setpwc".

AUTHOR
    Strzelecki Lukasz <lukasz@strzeleccy.eu>

LICENCE AND COPYRIGHT
    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    See http://www.perl.com/perl/misc/Artistic.html



( run in 2.212 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )