how to convert mat to image
the correct answer is the first comment @David_D sent under the question.
Image<Bgr, Byte> imgeOrigenal = capWebcam.QueryFrame().ToImage<Bgr, Byte>();
the correct answer is the first comment @David_D sent under the question.
Image<Bgr, Byte> imgeOrigenal = capWebcam.QueryFrame().ToImage<Bgr, Byte>();