public void takePictureClick(int maxCommandsUse) { cameraViewManager.loading(); byte[] bytes = phoneCamera.TakePhoto(); this.maxCommandsUse = maxCommandsUse; //response("star,loop,left,move,move,3,circle,next,circle,loop,move,2,NEXT,triangle,right", false); StartCoroutine(RequestManager.Request(bytes, this)); }
public void Photo() { ph.TakePhoto(); }