pushing and previewing work when switch background/foreground
[rtmpclient.git] / app / src / main / java / ai / suanzi / rtmpclient / UVCCamera.java
index 354cf97..4b22cf4 100644 (file)
@@ -13,7 +13,7 @@ public class UVCCamera {
 
     public UVCCamera(){
         Log.e("UVC", " uvc camera");
-        init();
+        //init();
     }
 
     public native int open(int venderId, int prodId, int fd, int busNum, int devNum, String usbFsName);