gopro icon indicating copy to clipboard operation
gopro copied to clipboard

Build a Test function

Open DenisCarriere opened this issue 10 years ago • 0 comments

Need to know when the camera is Active or not

>>> import gopro
>>> camera = gopro.camera()
>>> camera.ok
True
>>> camera
<GoPro Camera [OK]>

# Or if not connected
>>> camera.ok
False
>>> camera
<GoPro Camera [Not Connected]>

DenisCarriere avatar Nov 12 '14 00:11 DenisCarriere