camera
Connection to Parrot drone FPV camera
Add-On Required: This feature requires the MATLAB Support Package for Parrot Drones add-on.
Description
This object represents a connection to the Parrot® drone's first-person view (FPV) camera. To acquire images from the Parrot drone camera, use this object with the functions listed in Object Functions.
Note
The Parrot Mambo FPV drone's FPV camera enters a low power mode, to save battery and
prevent over heating if the drone is idle in the landed state for more than 3 minutes.
Creating a new camera connection fails when the FPV camera is in low power mode. The
snapshot
and the preview
functions time out with an
already existing camera connection. To ensure the camera is activated, take off the drone
before creating a new camera connection (See takeoff
).
Creation
Description
creates a camera object that connects to the camera of the Parrot drone, represented by cameraObj
= camera(parrotObj
)parrotObj
.
creates a camera object that connects to the specified camera of the Parrot drone, represented by cameraObj
= camera(parrotObj
,droneCamera
)parrotObj
.
Input Arguments
Properties
Object Functions
The object functions are used to interact with your Parrot drone camera
preview | Preview live video data from Parrot drone FPV camera |
snapshot | Acquire single image frame from Parrot drone FPV camera |
closePreview | Close Parrot drone FPV camera preview window |
Examples
Version History
Introduced in R2019a