camera: add wrapper and build camera2 instead of snap
authorPythonLimited <Leonardomeitz@gmail.com>
Sun, 28 Feb 2021 17:20:53 +0000 (18:20 +0100)
committerPythonLimited <Leonardomeitz@gmail.com>
Sun, 28 Feb 2021 17:20:53 +0000 (18:20 +0100)
commit4ef776eefaf7845b17831797db8a3e00cd000c62
tree1af55811db1272df3338f6bc447b3790cda6936e
parente85c04042f515483937dc6d6d375720cc3451995
camera: add wrapper and build camera2 instead of snap

camera2 fixes the flash bugging when taking a photo

the wrapper isnt needed but ill keep it to debug cam later on R
camera/Android.bp [new file with mode: 0644]
camera/CallbackWorkerThread.cpp [new file with mode: 0644]
camera/CallbackWorkerThread.h [new file with mode: 0644]
camera/Camera2Wrapper.cpp [new file with mode: 0644]
camera/Camera2Wrapper.h [new file with mode: 0644]
camera/Camera3Wrapper.cpp [new file with mode: 0644]
camera/Camera3Wrapper.h [new file with mode: 0644]
camera/CameraWrapper.cpp [new file with mode: 0644]
camera/CameraWrapper.h [new file with mode: 0644]
device-common.mk