The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

vnccapture - Capture a screenshot via VNC

SYNOPSIS

 vnccapture [options] [numcaptures]

 Options:
   -P --password=str   password for the VNC server, if applicable
   -H --host=str       address of VNC server (default: 'localhost')
   -p --port=num       TCP port for VNC server (default: 5900)
   -d --depth=8|16|24  screen depth for capture (default: 24)
   -t --type=ext       image type for output (default: 'png')
   -v --verbose        print status and diagnostics to STDOUT
   -h --help           verbose help message
   -V --version        print the Net::VNC version

DESCRIPTION

Connect to a VNC server and capture the screen one or more times. The output is written to, for example, snapshot0001.png. The number is the sequence of captures and the extension is specified by the --type argument.

The --type argument can be any format that Image::Imlib2 can support.

SEE ALSO

Net::VNC

AUTHOR

Chris Dolan, cdolan@cpan.org