Skip to content

'BULB' shooting #52

@mungewell

Description

@mungewell

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions