camera - Using android.hardware.camera2 -
for reason android studio doesn't find new camera library: android.hardware.camera2
do have suggestions? code looks this:

this because camera2 package name not class name
see this link
you must call import android.hardware.camera2.*; import calss camera2 api
Comments
Post a Comment