I am building a software to detect motion.
When I get motion from the webcam I start recording using a different class.
Now I understand I cant use two "pipelines" to the webcam at once.
I dont want to merge the classes. Is there another way around it?
Last edit: yinon eliraz 2015-06-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am building a software to detect motion.
When I get motion from the webcam I start recording using a different class.
Now I understand I cant use two "pipelines" to the webcam at once.
I dont want to merge the classes. Is there another way around it?
Last edit: yinon eliraz 2015-06-24
Perhaps this could help? There's a c# version of GMFPreview in the samples.
And I really hoped there was some easy fix here :p