-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
My A5000 offers 'BULB' as a shutter speed, but I have be unable to get this to function via the Remote API. Camera will take a 'BULB' picture with the 'Smart Remote' app running, whilst I hold the shutter button down.
I extended 'pysony.py' with
diff --git a/src/pysony.py b/src/pysony.py
index 9dac7a9..ea79f9e 100755
--- a/src/pysony.py
+++ b/src/pysony.py
@@ -1066,3 +1066,8 @@ class SonyAPI():
def getSupportedWirelessFlashSetting(self):
return self._cmd(method="getSupportedWirelessFlashSetting")
+ def startBulbShooting(self):
+ return self._cmd(method="startBulbShooting")
+
+ def stopBulbShooting(self):
+ return self._cmd(method="stopBulbShooting")
And am using the attached example script. Anyone got suggestions, this doesn't seem to be documented in the latest API, but I've seen comments that it is (/was) supported in '2.20'
bulb_test.py.txt
Metadata
Metadata
Assignees
Labels
No labels