/camera-manager

Camera Manager for interfacing cameras with the Dronecode platform

Primary LanguageC++Apache License 2.0Apache-2.0

THIS REPOSITORY HAS BEEN DEPRECATED

Dronecode Camera Manager

Build Status Coverity Scan Build Status

The Dronecode Camera Manager (DCM) is an extensible Linux camera server for interfacing cameras with the Dronecode platform.

It provides a MAVLink Camera Protocol compatible API for video and image capture etc., and an RTSP service for advertising and sharing video streams. The server can connect to and manage multiple cameras, and has been designed so that it can be extended to support new camera types and protocols when needed.

Tip The DCM is the easiest way for Camera OEMs to interface with the Dronecode platform. Many cameras will just work "out of the box". At most OEMs will need to implement a camera integration layer.

Full instructions for building, using, extending and contributing to the camera manager can be found in the guide.