CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2003
    Location
    mauritius
    Posts
    72

    Angry hw to get audio video in a vc++ dialog box

    hi,
    What the control that I should use to capture video and audio files. In fact, I have a webcam & micro phone connected to my PC.
    I am developing a dialog box where I can capture video and even audio. How do I do it ? I should be able to capture it live . . .
    I am thinking of using an video ActiveX control. What is that control that I should be using ?

    Let me know - even if there is a better way to do the above let me know.

    regards
    -arvind

  2. #2
    Join Date
    May 2000
    Location
    Toronto, ON, Canada
    Posts
    3,573
    Regards,

    Emanuel Vaduva

  3. #3
    Join Date
    Feb 2003
    Location
    mauritius
    Posts
    72

    Unhappy wSize & szName as undeclared identifiers

    hi,
    Great!!! That works.

    I tried to get capture file by

    WPARAM wParam = (WPARAM) (wSize);
    LPARAM lParam = (LPARAM) (LPVOID) (LPSTR) (szName);
    BOOL m = SendMessage (hWndC, WM_CAP_SEQUENCE, mParam, lParam);

    I got wParam and lParam as undeclared identifier. I declare them , that's ok.

    Then, I get wSize & szName as undeclared identifiers. How do I declare them ? Should I init them and how ?

    Also, I find the video capture is very slow. I only see one fix image on my screen w nothing moving. How do i increase that ? say, increase the number of frames per sec.

    regards
    -arvind

    ps:
    See also if u have any idea about my furture work . . .

    => play on screen
    => send it on nw
    => what compression techniques are available.

  4. #4
    Join Date
    Feb 2003
    Location
    mauritius
    Posts
    72
    hi,
    hw am I supposed to make things work in real time.

    arvind

  5. #5
    Join Date
    Feb 2003
    Location
    mauritius
    Posts
    72
    thanks that link has been helpful

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured