Chih-Mao Chen

Results 69 comments of Chih-Mao Chen

Preview output is already turned off during burst capture in L Camera, otherwise it wouldn't be possible to capture at 30fps. The DNG images are saved to storage after the...

That's for RAW capture though. It seems the camera can happily output YUV in 30fps (as seen with video recording) without any slowdown.

> Can the frames in YUV be saved as individual images on the phone storage? > The frames from video suffer from compression artifacts. That's what the JPEG burst capture...

Thanks for the report, and that is pretty interesting since I thought the code would have crashed much earlier if the N7 does not support the new API. I'm going...

I've uploaded a new apk that dumps camera information at startup. Please set the logging verbosity to VERBOSE by issuing `adb shell setprop log.tag.lcamera VERBOSE` and post the relevant output...

That's interesting, since they marked the front camera with `android.info.supportedHardwareLevel == 2` (LEGACY) with no manual control capability as well. Perhaps it is only partially implemented. Are you using the...

This is a limitation with our current understanding of the camera's library and its inner working. That said, there is reported initial success in getting pixel binning to work. If...

Are you capturing in burst mode? Currently, burst mode only saves the result in DNG format and they are not visible in most gallery apps. Check if there are DNG...

Again, `adb logcat` outputs would be helpful. It is almost impossible for me to track down the problem without any kinds of logs.

The camera API on Nexus 5 doesn't support any 16:9 resolution output above 1920x1080, so you will have to record in maximum resolution and crop it in post.