Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'BULB' shooting #52

Open
mungewell opened this issue Dec 26, 2017 · 1 comment
Open

'BULB' shooting #52

mungewell opened this issue Dec 26, 2017 · 1 comment

Comments

@mungewell
Copy link
Contributor

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

@mungewell
Copy link
Contributor Author

Turns out you need to set ISO (ie. not 'Auto') to something before you can shoot 'BULB'.
mungewell@7503fec

Works on A5000, but not on my (hacked) HX60.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant