gopro
gopro copied to clipboard
Build Status (Busy/Free)
>>> camera.busy
True
>>> camera.busy
False
>>> if not camera.busy:
>>> camera.photo()
...