Hi,
I need some help on change camera in EMGU.
On button click or combobox SelectedIndexChanged I have been trying to change the camera from 0 to 1
The result is a NullReferenceException was unhandled
Error: Unable to create capture from camera 1
Thank you in advance
I need some help on change camera in EMGU.
On button click or combobox SelectedIndexChanged I have been trying to change the camera from 0 to 1
The result is a NullReferenceException was unhandled
Error: Unable to create capture from camera 1
Thank you in advance
Code:
CaptureEMGU1 = New Capture(1)