IP Camera and DirectShow

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pgr2007
    New Member
    • Dec 2007
    • 1

    IP Camera and DirectShow

    I have an IP Camera, which gives images in jpeg format and this is the function for obtaining the image.

    Int32 GetImage(byte[] data, ref uint size);

    The image is stored in “data”(byte array).
    So I need to know
    1. How this can be rendered as video using DirectShow?
    2. I have to render this to multiple monitor also, so I have to use any particular filter for acheiving this?

    consider me as a beginner.

    Thanks in advance
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    Not sure which programming language you are using, so the post is being moved to the Misc Forums, please provide more detail and some code could help too.

    **Moved from Programming challenges.

    Comment

    Working...