Difference between revisions of "Camera.stop"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | ''' | + | '''Available since:''' Gideros 2017.8<br/> |
− | ''' | + | '''Class:''' [[camera]]<br/> |
− | === | + | |
− | + | === Description === | |
− | < | + | Stops live camera streaming and releases resources. |
− | + | <syntaxhighlight lang="lua"> | |
− | </ | + | camera.stop() |
+ | </syntaxhighlight> | ||
+ | |||
+ | {{Camera}} |
Latest revision as of 14:26, 13 July 2023
Available since: Gideros 2017.8
Class: camera
Description
Stops live camera streaming and releases resources.
camera.stop()