snapshot
Capture latest RGB image frame from Camera Board or selected camera on ArduCam Multi Camera Adapter Module
Syntax
Description
returns the latest still image frame from the Camera Board in RGB
format.img = snapshot(mycamera)
[
returns the latest still image frame from the Camera Board in RGB
format in RGB format along with the timestamp of the captured
image.img,ts] = snapshot(mycamera)
returns the latest still image frame from the USB web camera in RGB
format.img = snapshot(wcam)
[
returns the latest still image frame from the USB web camera in RGB
format along with the timestamp of the captured image.img,ts] = snapshot(wcam)
returns the latest still image frame from the selected camera on the
ArduCam Multi Camera Adapter Module in the RGB format.img = snapshot(aCamObj)
[
also returns the timestamp of the image.img,ts] = snapshot(aCamObj)
Note
To generate C/C++ code for this function, you must have an Embedded Coder® license.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2015b
See Also
raspi | arducam | record | stop | readFrame | selectCamera | getFile | deleteFile

