Chih-Mao Chen

Results 67 comments of Chih-Mao Chen

@zbsz: Check out my pull request cac6e39, there is a typo in `apklibPackageTask`.

I think this is due to outdated dependencies. I have a local branch that compiles with the latest versions and works with API level 24 (Android N 7.0). I think...

In theory, the Nexus 6 should be able to support 60fps recording with the new high speed video recording API, and therefore library hacks like the ones we have on...

Have you tried what the patcher for IMX179 does, i.e. halve both the height and output timing, and double the fps?

Yes, you gotta wait for me to implement the landscape UI. The orientation of images is a far more critical issue so I pushed this fix first.

You can do 5 burst captures with 2EV difference in the settings. This will give you 5 images at -4, -2, 0, +2, +4 EVs. If you can compile the...

It should work with the new nexus (or any other devices that support the camera2 API properly) without any modification, though I'd be interested to see a [dump](https://github.com/PkmX/lcamera#does-it-run-on-nexus-4710-or-other-phones-that-have-received-lollipop-update) of the...

Can you paste the output on something like pastebin or GitHub's gist and post the link back here? The unformatted output makes it quite hard to follow.

IIRC F-Droid requires building the apk on their own servers, does it support building Scala projects with `sbt`? Other than that, there shouldn't be problems publishing L Camera on F-Droid....

See here on how to check if it supports the new camera API: https://github.com/PkmX/lcamera#does-it-run-on-nexus-4710-or-other-phones-that-have-received-lollipop-update.