-
-
27 Aug 2015 22:34:58 UTC
- Distribution: UAV-Pilot
- Module version: 1.3
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (3)
- Testers (692 / 0 / 48)
- Kwalitee
Bus factor: 0- 79.73% Coverage
- License: bsd
- Activity
24 month- Tools
- Download (73.92KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
UAV::Pilot::Video::H264Handler
DESCRIPTION
Objects which do this role can be passed to objects that handle video frames, such as
UAV::Pilot::ARDrone::Video
. They will handle an h264 video frame-by-frame.REQUIRED METHODS
process_h264_frame
process_h264_frame( $frame, # Arrayref of bytes containing the h264 frame $width, $height, $encoded_width, $encoded_height, );
Module Install Instructions
To install UAV::Pilot, copy and paste the appropriate command in to your terminal.
cpanm UAV::Pilot
perl -MCPAN -e shell install UAV::Pilot
For more information on module installation, please visit the detailed CPAN module installation guide.