Difference between revisions of "Camera"
From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2017.8<br/> === Description === Renders live camera stream into a Texture{|- | style="width: 50%;"| =...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Supported platforms:''' <br/> | + | '''Supported platforms:''' android, ios, mac, pc<br/> |
'''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 === | ||
+ | [[camera.availableDevices]] - Return a list of available devices.<br/> | ||
+ | [[camera.start]] - Start streaming camera pictures to a Texture<br/> | ||
+ | [[camera.stop]] - Stop camera streaming.<br/> | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Events === | === Events === | ||
=== Constants === | === Constants === | ||
|} | |} |
Revision as of 08:57, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2017.8
Description
Renders live camera stream into a Texture
Methodscamera.availableDevices - Return a list of available devices. |
EventsConstants |