Camera.start

From GiderosMobile
Revision as of 15:26, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2017.8
Class: camera

Description

Starts live streaming of camera images to the specified Texture.

(number), (number), (number), (number) = camera.start(texture,device,pictureWidth,pictureHeight)

Parameters

texture: (Texture) the texture to render camera stream into
device: (string) the camera to use or nil to use the default one optional
pictureWidth: (number) the required width of pictures or 0 if takePicture() isn't used optional
pictureHeight: (number) the required height of pictures or 0 if takePicture() isn't used optional

Return values

Returns (number) nominal width of camera images
Returns (number) nominal height of camera images
Returns (number) selected width of taken pictures
Returns (number) selected height of taken pictures