Difference between revisions of "Camera.queryCamera"

From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2021.8<br/> '''<translate>Class</translate>:''' camera<br/> === <tr...")
(No difference)

Revision as of 16:12, 18 August 2021


Available since: Gideros 2021.8
Class: camera

Description

Returns the capabilities of a camera, as a table containing the following fields:

  • previewSizes: an array of integers listing the supported preview dimensions (two integers, width and height, per dimension)
  • pictureSizes: same as above but for full picture dimensions
  • flashModes: an array of integers listing the supported flash modes
(table) = camera.queryCamera(device)

Parameters

device (string) The camera device name, or nil to query the default one

Return values

Returns (table) The camera capabilities