enum classafParrotSdk2::VideoCamera
sys::Obj sys::Enum afParrotSdk2::VideoCamera
@Serializable { simple=true }
The video cameras on the AR Drone.
- fromStr
- static new fromStr(Str name, Bool checked := true)- Return the VideoCamera instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr. 
- horizontal
- const static VideoCamera horizontal := ...- The forward facing horizontal camera. 
- vals
- const static VideoCamera[] vals := ...- List of VideoCamera values indexed by ordinal 
- vertical
- const static VideoCamera vertical := ...- The botton facing vertical camera.