Beispiel #1
0
        private void bCapture_Click(object sender, EventArgs e)
        {
            Bitmap BufferPicture;

            BufferPicture      = VVideoSource.GetCurrentVideoFrame();
            pBPicture.Image    = BufferPicture;
            pBPicture.SizeMode = PictureBoxSizeMode.StretchImage;
        }