preview(cameraObj) creates a preview window
that displays live video data from a Parrot® drone FPV camera object, represented as cameraObj. The
preview window also displays the camera URL, resolution, frame rate, and timestamp.
Connect to a Parrot Mambo FPV drone over a wireless network.
parrotObj = parrot('Mambo');
Connect to the FPV camera
cameraObj = camera(parrotObj,'FPV');
Start video streaming from the FPV camera
preview(cameraObj)
The preview window opens and displays live video stream from your
camera. The banner of the preview window shows the camera URL. The
lower portion of the window shows the timestamp in seconds,
resolution, and frame rate in frames per second.
You can use the snapshot function to acquire images
from the video stream.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.