Difference between revisions of "Camera"

From GiderosMobile
Line 3: Line 3:
 
'''Available since:''' Gideros 2017.8<br/>
 
'''Available since:''' Gideros 2017.8<br/>
 
=== Description ===
 
=== Description ===
Renders live camera stream into a Texture{|-
+
Renders live camera stream into a Texture
 +
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===

Revision as of 11:04, 23 August 2018

Supported platforms: android, ios, mac, pc
Available since: Gideros 2017.8

Description

Renders live camera stream into a Texture

Methods

camera.availableDevices - Return a list of available devices.
camera.start - Start streaming camera pictures to a Texture
camera.stop - Stop camera streaming.

Events

Constants