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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -