This is a cache of https://discuss.96boards.org/t/is-android-hardware-camera2-api-support-in-the-hikey-960/5652. It is a snapshot of the page at 2024-09-20T09:10:24.030+0000.
Is <strong>android</strong>.hardware.camera2 api support in the hikey 960? - HiKey 960 - 96Boards Forum

Is android.hardware.camera2 api support in the hikey 960?

Hi,

Am trying to create an android application by using the camera 2 API, Am getting the error like " camera hardware module doesn’t exist " .

Is the hikey 960 board will support the camera 2 API ?

android version is : Build.VERSION.RELEASE is " O "
Build.VERSION.SDK_INT is " 25 ".

When am checking the version in the hikey960 board it is giving two different version related information like version name & version code.These two values are not related to the one version.

Why it is giving two different android versions information, It should be one android version information either android N or android O ?

It doesn’t have a CAMERA, how can it have a HAL for something that doesn’t exist?

If you want camera support, you will have to find a camera, and write a HAL for it.