Coincidentally, 'rep_movsd' has just posted up a sample of this on March
Hare's site
http://tmhare.mvps.org/downloads.htm
Iain
--
Iain Downs (DirectShow MVP)
Commercial Software Therapist
www.idcl.co.uk
> On Wed, 7 Dec 2005 01:00:03 -0800, pango wrote:
>
>> I'm writing a live source filter,the filter push data from a capture card to
>> next filter.I create the filter using "CSource" and implement out pin using
>> "CSourceStream",I also implement "IAMFilterMiscFlags" in filter,but I don't
>> know is it a "live source" filter,what interfaces I must implement?Is there
>> any difference between live video and audio source fillter?
>
> Coincidentally, 'rep_movsd' has just posted up a sample of this on March
> Hare's site
>
>
> http://tmhare.mvps.org/downloads.htm
Serendipity :)
I hope that the OP posts up some observations on using this sample. He or
she comes to the community to ask questions but, AFAICT, hasn't contributed
much here:
http://groups.google.com/groups?&as_uauthors=pango%40discussions.microsoft.com
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution
Hi Guys ,
I am in same boat - implementing DS user mode wrapper over some camera
private API.
So far everything looks good but I have a problem :
- The "camera" (source filter) works fine with graph editor and AMCap
application but wan't appear in WindowsXP's "Windows Movie Maker" as a source
(actually I have it sometimes "pop" up for a split of the second and then
disapear).
Same thing happens with the VCAM sample filter from the downloads page, so I
guess it's not only my problem.
My personall bet is that it need some other interfaces exposed besides
IAMStreamConfig and IKsPropertySet but which ?
Any ideas ?