Exemplo n.º 1
0
 public byte[] GetCameraOutput(int camera)
 {
     if (camEnabled)
     {
         return(eyeCamController.GetBytes(camera));
     }
     else
     {
         return(null);
     }
 }
Exemplo n.º 2
0
 public byte[] GetCameraOutput(int camera)
 {
     return(eyeCamController.GetBytes(camera));
 }