BrickPi.Tools.USBCam.TakePicture C# (CSharp) Method

TakePicture() public static method

public static TakePicture ( string filename ) : void
filename string
return void
        public static void TakePicture(string filename)
        {
            TakePhotoAsync(filename).Wait();
        }
    }