Hello @Rose Power-Wowza Community Manager,
I see in your docs API for Android SDK that you have a WOWZcamera2 class : https://www.wowza.com/resources/gocodersdk/docs/api-reference-android/com/wowza/gocoder/sdk/api/devices/WOWZCamera2.html
I test it with the function
-
WOWZCamera2[] mCameras2; mCameras2 = WOWZCamera2.getAvailableDeviceCameras(this);
And it is working, i can get all my camera.
So, you have the class that handle the Camera2 api.
So why it is not implement yet in WOWZCameraView class ?
Thanks in advance
(this question is related to http://community.wowza.com/community/questions/54953/wowza-android-sdk-android-10-not-find-all-my-devic.html)