Wowza Community

WOWZACamera2 class exist but no implement ?

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

  1. 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 :slight_smile:

(this question is related to https://www.wowza.com/community/questions/54953/wowza-android-sdk-android-10-not-find-all-my-devic.html)

It has been added as a feature request for you…

Hello @Rose Power-Wowza Community Manager,

So how can I use it in camera view ?Do you have a cameraview2 class that work with WowzCamera2 ?