Jump to content

Coding problems perhaps? HELP

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
suefyzah

suefyzah

    Newbie

  • Members
  • Pip
  • 3 posts
I wish to capture some live video and preview, but PlayVideoCap example that i downloaded from Windows SDK, (DirectX) just doesn't do the job. It compiles and there is no error messages. video preview show black screen,although avi frame capturing works fine.. and video capture with VideoCap works. I wish to capture from the Capture Card as well and currently using a surveillance camera.

I am beginner in video programming C++. What possibilities of mistakes there may be? Any advice please! Any other sample codes??
Thanks in advance.

Cheers,
kel

any help is greatly appreciated.

#2
Ewe Loon

Ewe Loon

    Learning Programmer

  • Members
  • PipPipPip
  • 49 posts
the video capture will probably be needing a video codec for saving, if there are no errors (and no picture) it could be because its using a really bad compressor,
look into anything to do with save formats or codecs,
also i would suggest seeing if you can get it to channel the picture to a display rather than file,
sorry i cant help any more than that