mirror of https://github.com/kivy/kivy.git
uix.camera: call start() instead of play() on underlying camera device.
This commit is contained in:
parent
87059892f3
commit
567b4c7a84
|
@ -107,7 +107,7 @@ class Camera(Image):
|
|||
if not self._camera:
|
||||
return
|
||||
if value:
|
||||
self._camera.play()
|
||||
self._camera.start()
|
||||
else:
|
||||
self._camera.stop()
|
||||
|
||||
|
|
Loading…
Reference in New Issue