Search results for query: *

  1. S

    Question Capturing screen and webcam video simultaneously?

    Hey guys, I'm working on a screen capture and webcam capture program that will record both at the same time. I currently have a button that starts the screen cap (while opening a ppt) and a keyboard hook that stops it when I hit F12. I also have a button that starts webcam recording, and a...
  2. S

    Video Capture - Send Message WM_CAP_FILE_SAVEAS can't convert path to long?

    Update: I thought the reason I couldn't change the lParam value to a string was because it caused an error earlier on in my code, however it seems that I can. Now it works... haha
  3. S

    Video Capture - Send Message WM_CAP_FILE_SAVEAS can't convert path to long?

    Hello all, I am making a video capture project using SendMessage and WM_CAP_FILE_SAVEAS. I have seen numerous examples online of how to do this, however I cannot get my filepath to work, it keeps saying that it can't convert. I dont understand this because every example had it written out the...
Back
Top