I’d like to work with the ebus SDK for gigE and USB3 Cameras (eBUS SDK - Pleora Technologies) and
as they already provide a DirectShow source filter I was wondering if it’s possible to implement such an filter quite easily into vvvv.
First I naively thought it would just show up as a VideoIn device, but it doesn’t.
Found a thread from 2006, but it wasn’t really clear about the implementation or rather not clear if it’s even possible…
Are there any resources/guides that I could look at?
Does it even make sense to implement such a filter or is there another way to get the stream into vvvv?
thanks!
Unfortunately it doesn’t work for the camera I need to use…
Just thought there might be an easy way of getting the DirectShow stuff into vvvv…
Going to look into virtual webcams with graphstudio!
Is it possible for me to access the two different input sources with two SharedMemory(Ex9.Texture) nodes that have different pin name settings?
Couldn’t find any option to change the default vvvv one in the dshow filter…
the filter implements ISharedMemParameters via which you can programmatically call SetShareName(string). so if you can write your own program that sets up the graph you can use the interface to set a sharename.
the filter does not implement a propertypage though that would allow you to do that via graphstudio.