Camera.start
From GiderosMobile
Available since: Gideros 2017.8
Description
Start live streaming of camera images to the specified Texture.
(number), (number) = camera.start(texture,device)
Parameters
texture: (Texture) The texture to render camera stream into
device: (string) The camera to use or nil to use the default one optional
Return values
Returns (number) Nominal width of camera images
Returns (number) Nominal height of camera images