camera - Using android.hardware.camera2 -


for reason android studio doesn't find new camera library: android.hardware.camera2

do have suggestions? code looks this:

enter image description here

this because camera2 package name not class name

see this link

you must call import android.hardware.camera2.*; import calss camera2 api


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -