Camera.start

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Start live streaming of camera images to the specified Texture. <source lang="lua"> (number) (number),...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2017.8

Description

Start live streaming of camera images to the specified Texture.

(number) (number), = camera.start(texturedevice,)

'texture: (Texture) The texture to render camera stream into '
device: (string) The camera to use or nil to use the default one optional
Returns (number) Nominal width of camera images
Returns (number) Nominal height of camera images