Difference between revisions of "Camera.availableDevices"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<translate>Available since</translate>:''' Gideros 2017.8<br/> | '''<translate>Available since</translate>:''' Gideros 2017.8<br/> | ||
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/camera|camera]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Returns a list of tables describing each available camera in the system. Each list entry has the following fields: | <translate>Returns a list of tables describing each available camera in the system. Each list entry has the following fields: |
Revision as of 09:27, 24 August 2018
Available since: Gideros 2017.8
Class: camera
Description
Returns a list of tables describing each available camera in the system. 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'
(table) = camera.availableDevices()
Return values
Returns (table) List of available cameras