enum classafParrotSdk2::VideoCamera

sys::Obj
  sys::Enum
    afParrotSdk2::VideoCamera

@Serializable { simple=true }

The video cameras on the AR Drone.

fromStr

Source

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

Source

const static VideoCamera horizontal := ...

The forward facing horizontal camera.

vals

Source

const static VideoCamera[] vals := ...

List of VideoCamera values indexed by ordinal

vertical

Source

const static VideoCamera vertical := ...

The botton facing vertical camera.