PkmX / lcamera

A camera app using the new camera2 API in Android Lollipop
1.28k stars 220 forks source link

Fix upside-down photos on Nexus 5X #186

Open valpackett opened 8 years ago

valpackett commented 8 years ago

Use the sensor's rotation from the API instead of hard-coded values for older Nexus phones. #174

Also update build stuff. I'm not sure what Keys.``package``<<=``packageT``in Android did – it returned an error for me: packageT doesn't exist.

IknowJoseph commented 7 years ago

What do we need to do to get this merged and built? Are there recommended forks?