streaming live video from ip camera using mfc

Discussion in 'MFC' started by nagarjunay2003, Jun 25, 2012.

  1. nagarjunay2003

    nagarjunay2003 New Member

    Joined:
    Jun 25, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    i have a library kv.lib , which is a dvr library , using this i need to capture live video and show it in picture box ,

    ret = kv_stream_create(camera, 0, stream_capture_callback, &info, &stream);
    ASSERT(ret == KV_ERROR_NONE && stream != 0);

    HWND hVideoWin = GetDlgItem(IDC_STATIC_VIDEO)->GetSafeHwnd();

    now i need to show stream in picture box. Please help me

    thanks in advance.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice