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