Hey currently have the code working to have a realtime video in a picture box from a webcam, but I want to be able to save a capture once the save button is pushed. Right now it saves a blank .bmp and I've tried alot of different approaches but can't remedy the problem. The code i have in the save function is
Private Sub cmdSave_Click()
Picture1.AutoRe draw = True
Picture1.Pictur e = Picture1.Image...