ma1co / OpenMemories-Framework

Build Android apps for your favorite Sony camera
MIT License
234 stars 35 forks source link

How to Bulb shooting? #24

Closed gtvwp closed 6 years ago

gtvwp commented 6 years ago

I set 'Manual-ExposureF2.8 ISO200', set shutter speed by 'camera.adjustShutterSpeed()', check shutter speed by 'camera.setShutterSpeedChangeListener onShutterSpeedChange()'. It seems succeeded to set bulb speed. and then call 'camera.takePicture(null, null, null)'.

But shutter speed is force to 30sec, not bulb. How can I shoot bulb?

gtvwp commented 6 years ago

I succeeded to shoot bulb mode. probrem is caused by 'paramsModifier.setDriveMode("burst");'...

rohhn commented 1 year ago

Hi,

It may be too late now, can you post some code for doing this?