Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CalibrateMagneto QuaternionMath
Fork of SML2 by
CherryCam Class Reference
Manages the camera used on the CarbonFlyer. More...
#include <CherryCam.h>
Public Member Functions | |
CherryCam () | |
Constructor. | |
void | powerOn () |
Turn the camera power on. Takes 10-12 sec to boot up. | |
void | powerOff () |
Turn the camera power off. | |
void | start () |
Start video recording. Camera power must be on. | |
void | stop () |
Stop the video recording. |
Detailed Description
Manages the camera used on the CarbonFlyer.
Definition at line 7 of file CherryCam.h.
Constructor & Destructor Documentation
CherryCam | ( | ) |
Constructor.
Definition at line 3 of file CherryCam.cpp.
Member Function Documentation
void powerOff | ( | ) |
Turn the camera power off.
Definition at line 13 of file CherryCam.cpp.
void powerOn | ( | ) |
Turn the camera power on. Takes 10-12 sec to boot up.
Definition at line 8 of file CherryCam.cpp.
void start | ( | ) |
Start video recording. Camera power must be on.
Definition at line 18 of file CherryCam.cpp.
void stop | ( | ) |
Stop the video recording.
Definition at line 26 of file CherryCam.cpp.
Generated on Wed Jul 13 2022 08:50:41 by
