Does anybody know if there is a working sample of a webcam capture that works in net framework 4?. I tried a lot of samples:
Aforge (in 4.0 it shows me that my camera is not supported)
Emgu (shows me "System.TypeInitializationException")
webcam.dll (the picturebox stays blank)
etc.
But when I change the net framework to 3.5 all the samples works fine.
I just want to capture my webcam into a picture box but its neccesary for me make it work in net framework 4 or even 4.5
Thank you all.