android-camera-hal
android-camera-hal copied to clipboard
V4L2-based Android Camera HAL driver.
Hello, I'm trying to include this HAL on my AOSP to make work my USB Webcam. I have errors on compilation. `use of undeclared identifier 'kMaxStride'` `no member named 'I422ToABGRRow_NEON'...
Hello, i build this library with AOSP android 6 ok, but when i open camera app, it shows "Camera error, Can't connect to the camera". I'm sure /dev/video0 is working...
Hello, I am new to Android HAL and I am looking upon building this project. What do I need to do in order to build it? I am already running...