Thursday 15 September 2011

android - Taken photo is not saved -



android - Taken photo is not saved -

what device(s) experiencing problem on? sony ericsson arc s

what firmware version running on device? android 4.4.4

what steps reproduce problem? code:

# -*- coding: utf-8 -*- import android droid = android.android() droid.camerainteractivecapturepicture('/storage/sdcard0/download/foo.jpg') exit()

what expected output? see instead? expected: user take photo , after click tick, photo saved , can seen @ specified path(/storage/sdcard0/download/) specified name(foo.jpg)

instead of it: after set tick, photographic camera quit , script running, doesn't reach exit()

what version of product using? on operating system? newest one: sl4a r6x03 os: windows 8.1 enterprise

please provide additional info below. tried other pathes(windows download folder , android sl4's script folder) , emulator(android virtual device).

update - photo created cannot seen on comuputer file browser, if open browser on phone see , can open created photo(s). - "camerainteractivecapturepicture" never return

you can see same issue here. seems device specific , solved self.path = "your path" ;

android python sl4a

No comments:

Post a Comment