Hi i`m trying to save a recorded video from my web cam.
I use the SendMessage(hWnd, WM_CAP_SEQUENCE, 0, 0) to record
and the
if SaveFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK then
SendMessage(hWnd, WM_CAP_FILE_SAVEAS, 0, "C:\C:\Users\Chris\Desktop\ok")
end if
To save the recorded video to this file.
But when i go and open ok file it`s always empty....
Any suggestions???
I use the SendMessage(hWnd, WM_CAP_SEQUENCE, 0, 0) to record
and the
if SaveFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK then
SendMessage(hWnd, WM_CAP_FILE_SAVEAS, 0, "C:\C:\Users\Chris\Desktop\ok")
end if
To save the recorded video to this file.
But when i go and open ok file it`s always empty....
Any suggestions???