Hi team,
I’m working on a IoT camera monitor system that uses Android on the camera unit and have identified wowza as a potential solution for handling all our video streaming (streaming it from the Android device to the cloud).
We are currently using the camera2 api and are doing some machine learning on the camera input, mainly Image Object Detection using Tensorflow and we need to find a way to do the Object detection whilst streaming the video.
My question is can we use the wowza android SDK with camera2 directly? We’re currently using ImageReader.OnImageAvailableListener to access the video images to do the ML processing on.
Or is there a way for us to periodically access images from the wowza SDK to do image processing on?
Many thanks.