Results 1 to 3 of 3

Thread: WebCam : Frame rate VB.NET=12/s, Flash=28/s

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    9

    WebCam : Frame rate VB.NET=12/s, Flash=28/s

    Hi,
    Using Flash I can have a frame rate about 28 fps, but I do not exceed 12 fps using VB.Net.
    I use avicap32.dll functions. Same using CallBack functions then a Timer event.
    I test all internet sources I could find, but no one do better... even if they parameter a fast frames rate...
    Where is the solution?
    Thanks.

  2. #2
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    Re: WebCam : Frame rate VB.NET=12/s, Flash=28/s

    12fps doing what? Previewing the video? Capturing the video? Streaming the video?

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    9

    Re: WebCam : Frame rate VB.NET=12/s, Flash=28/s

    Previewing, I mean.

    SendMessageCBFrame(New IntPtr(HWnd), WM_CAP_SET_CALLBACK_FRAME, New IntPtr(0), delCallBackFrame)
    SendMessage(HWnd, WM_CAP_SET_SCALE, 1, 0)
    SendMessage(HWnd, WM_CAP_SET_PREVIEWRATE, pRate, 0)
    SendMessage(HWnd, WM_CAP_SET_PREVIEW, 1, 0)

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