views:

364

answers:

2

We currently use the DirectShow API to stream standard definition video into our application via Firewire. Sadly, this code was mostly cobbled together from various places on the internet and to say it's cryptic is an understatement.

Now, we want to be able to stream HDV/HD video over firewire/usb 2.0 using the same method. Is it possible to do this in DirectShow? Forgive me for not using the proper terminology. I myself only have a superficial understanding of the process. If it is not possible, what aspects are involved. Are there other technologies I need to know about?

Thanks! Daniel

A: 

If it was coded right then all you should need to do is select the source that provides the HDV stream and all should just work.

If it doesn't work its going to be hard to work out why without a code example ...

Goz
Thanks, I just needed to know if it was a blind alley going into the code to try to get it working.
JimDaniel
A: 

Hey Daniel,

Did you ever get your directshow code working to capture HDV video? Just wondering because I'm trying to do the same, convert AmCap C++ sample to work with JVC HD camcorder via GrassValley ADVC-HD50 that converts HDMI input from camera to firewire output into computer.

Thanks, Mike

Mikelele