aboutsummaryrefslogtreecommitdiff
path: root/camera-wrapper/CameraWrapper.cpp (unfollow)
Commit message (Collapse)Author
2017-10-31CameraWrapper: close native handlesDemon000
Android camera framework expects camera HAL to release native handles in case of video buffer. Old camera HALs don't release native handles internally, causing video recording to freeze after ~30s. This workaround is the equivalent of https://review.lineageos.org/#/c/165102/ Change-Id: Ie9e9abdede3dccada9e5002725a157f4960643e9
2017-10-31CameraWrapper: store user pointer and pass it when neededDemon000
The new camera interface calls set_callbacks with a pointer to it's internal CameraDevice and expects following calls to the callbacks to use that pointer. Store the pointer in the camera wraper and intercept the callbacks calls to pass it along. Change-Id: I99f02484e12a3f72cf1be13f1c724f474a452d7f
2017-10-31CameraWrapper: update library dependencies for OAdrian DC
Change-Id: I5072a658474569b763aafbc85cd52fd35b754bcc
2017-10-31z2_plus: add CameraWrapperM1cha
Change-Id: I71a943658a713ac94fcfb9972747df9ebe1174cc