android - Camera.open() hangs on LG device -
i wrote piece of code records video camera. nil unusual. works on several htc , samsung devices different android versions.
but... there problem lg device. lg-p970 android 4.0.4 hangs on camera.open call. seen in logs is:
02-14 20:16:48.582: e/cameraproperties(1348): 73: initialize() come in 02-14 20:16:48.652: i/lgmdmuicameraadapter(21106): photographic camera open, campid = 21106 02-14 20:16:48.652: i/lgmdmuicameraadapter(21106): getcameradisabled = false that's all. , if run application in debugger , suspend when hangs, shows application hangs in camera.native_setup
i don't have thought how prepare issue. thought creating photographic camera instance in activty.oncreate not thought , moved code thread delay, moved runable , executed in main thread delay. doesn't work @ all.
any ideas?
android android-camera
No comments:
Post a Comment