Android CWAC-Camera rotation issues after upgrading to 0.6.3 -
i using cwac-camera library within android application. upgraded v0.6.3, since have noticed rotation of images doesn't seem work expected.
i starting camerafragment
within activity locked landscape orientation, , have observed rotation not correct output image or without setting camerafragment.locktolandscape(true)
. have managed reproduce in demo application when "lock landscape" checked (steps , screenshot provided below). have been testing on nexus 4 , nexus 5 both running android 4.4.2.
has else experienced issue since upgrading v0.6? using 0.5.4 didn't seem have issue, looking @ release log see there has been lot of changes exif data/rotation etc.
steps reproduce in demo app:
- open application, hold phone portrait or landscape
- select "lock landscape" , "single shot mode" menu
- turn phone landscape (if started off portrait in step 1)
- capture image, appears rotated per screenshot.
cheers
for record, bug fixed in v0.6.4 of library.
Comments
Post a Comment