s-video
  Home FAQ Contact Sign in
microsoft.public.win32.programmer.directx.graphics only
 
Advanced search
POPULAR GROUPS

more...

microsoft ... graphics Profile…
 Up
s-video         


Author: Ricardo Furtado
Date: Sep 19, 2008 01:46

i have to capture the video from an ecography system into my application.
I've been searching in DirectX SDK and google and they only referenced that
DirectX uses video from files. Can i capture video with DirectX? How?

My thanks in advanced
5 Comments
RE: s-video         


Author: Ricardo Furtado
Date: Sep 19, 2008 01:56

oh, one other thing:
according to the information that was given to me, the ecography system uses
s-video to output the image
users of this system can grab the video with windows movie maker

"Ricardo Furtado" wrote:
> i have to capture the video from an ecography system into my application.
> I've been searching in DirectX SDK and google and they only referenced that
> DirectX uses video from files. Can i capture video with DirectX? How?
>
>
> My thanks in advanced
no comments
Re: s-video         


Author: Anton Roth
Date: Sep 19, 2008 02:23

"Ricardo Furtado" discussions.microsoft.com> schrieb im
Newsbeitrag news:A8374698-0B4E-4100-833B-BD38C689CD79@microsoft.com...
> oh, one other thing:
> according to the information that was given to me, the ecography system
> uses
> s-video to output the image
> users of this system can grab the video with windows movie maker
>
> "Ricardo Furtado" wrote:
>
>> i have to capture the video from an ecography system into my application.
>> I've been searching in DirectX SDK and google and they only referenced
>> that
>> DirectX uses video from files. Can i capture video with DirectX? How?
>>
>>
>> My thanks in advanced
Show full article (0.90Kb)
no comments
Re: s-video         


Author: Ricardo Furtado
Date: Sep 19, 2008 07:11

well,... i'll have to arrange another soluttion.

Thanks

Ricardo Furtado

"Anton Roth" wrote:
> "Ricardo Furtado" discussions.microsoft.com> schrieb im
> Newsbeitrag news:A8374698-0B4E-4100-833B-BD38C689CD79@microsoft.com...
>> oh, one other thing:
>> according to the information...
Show full article (1.05Kb)
no comments
Re: s-video         


Date: Sep 19, 2008 10:53

[Please do not mail me a copy of your followup]

=?Utf-8?B?UmljYXJkbyBGdXJ0YWRv?= discussions.microsoft.com> spake the secret code
microsoft.com> thusly:
>i have to capture the video from an ecography system into my application.
>I've been searching in DirectX SDK and google and they only referenced that
>DirectX uses video from files. Can i capture video with DirectX? How?

DirecShow can do video capture. It is only available from C++, not from
C#. DirectShow is now part of the Windows SDK and has not been part of
the DirectX SDK for quite some time.
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://www.xmission.com/~legalize/book/download/index.html>

Legalize Adulthood! <http://blogs.xmission.com/legalize/>
no comments
Re: s-video         


Author: Bogdan
Date: Sep 22, 2008 05:40

"Ricardo Furtado" discussions.microsoft.com> wrote in
message news:D6124A35-07A3-487F-B71C-AC6A5CB14DFA@microsoft.com...
>i have to capture the video from an ecography system into my application.
> I've been searching in DirectX SDK and google and they only referenced
> that
> DirectX uses video from files. Can i capture video with DirectX? How?
>
>
> My thanks in advanced

Have a look at the 'classic' example AMCAP that comes with DirectShow.
DirectShow used to be part of DirectX but it is now part of platform SDK.

You should be able to capture s-video as long as you have a capture-capable
card and a corresponding driver that supports DirectShow.

Bogdan
no comments