Camera.availableDevices

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2017.8
Class: camera

Description

Returns a list of tables describing each available camera in the system.

(table) = camera.availableDevices()

Each list entry has the following fields:

  • "name": internal name of the device
  • "description": description of the device
  • "position": position of the device, can be 'front','back' or 'unknown'

Return values

Returns (table) list of available cameras