Net-Camera-Edimax-IC1500
view release on metacpan or search on metacpan
lib/Net/Camera/Edimax/IC1500.pm view on Meta::CPAN
=item imageSettingsContrast
=item imageSettingsContrast( 0-99 )
Gets/sets the image contrast. Value is an integer between 0 (lowest) and 99 (highest).
=item imageSettingsSaturation
=item imageSettingsSaturation( 0-99 )
Gets/sets the image saturation. Value is an integer between 0 (lowest) and 99 (highest).
=item imageSettingsHue
=item imageSettingsHue( 0-99 )
Gets/sets the image hue. Value is an integer between 0 (lowest) and 99 (highest).
=item imageSettingsWhiteness
=item imageSettingsWhiteness( 0-30 )
Gets/sets the image hue. Value is an integer between 0 (lowest) and 30 (highest).
=item imageSettingsAutoExp
=item imageSettingsAutoExp( 'ON' )
Sets the image auto exposure. Pass it 'ON' to turn it on, and (predictably) 'OFF' to turn it off.
=item statusFirmware
Returns the firmware version running on the camera.
=item statusUptime
Returns the camera's uptime.
=item statusTime
Returns the device's date and time.
=item statusIPAddress
Returns the device's IP address.
=item statusNetmask
Returns the device's netmask.
=item statusGateway
Returns the device's default gateway.
=item statusDNSServer
Returns the device's DNS server.
=item statusMACAddress
Returns the device's MAC address.
=item statusVideoPort
Returns the TCP port used by the video streaming applet.
=item statusHTTPPort
Returns the TCP port used for the web front end.
=item systemSettingsCameraName
Returns the device's name.
=item systemSettingsPassword
Returns the device's password.
=item systemSettingsLED
Returns the LED visiblity status.
=item cycleSystemLED
Turns on/off the LEDs on the front of the device.
=item reboot()
Reboots the device.
=back
=head1 SEE ALSO
http://meh.org.uk/perl/Net-Camera-Edimax-IC1500/
=head1 AUTHOR
Andy Smith, E<lt>ams@meh.org.ukE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2008, 2009 by Andy Smith
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.
=cut
( run in 0.804 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )