fyhertz / spydroid-ipcamera

A powerful and funny android app. that streams the camera and microphone of your phone to your browser or to VLC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to enable Switching between front and Rare camera in this application

karthik098 opened this issue · comments

I tried replacing
public VideoStream() {
this(CameraInfo.CAMERA_FACING_FRONT);
but it didn't work , even tried to utilize public void switchCamera() API ,
was not able to switch to front ,camera any suggestions on this