first of all a question, afterwards some longer discussion about cams in VVVV.
which camera models does the uEyeCam (Devices) node support? all of them or only the usb models? which cam has been tested?
the longer explanation why i ask this question:
i need to buy a good camera for a permanent installation soon and would like to know your opinion or if i’m wrong somewhere. i spent quite some time now digging through loads of manuals, sdks and here is my current state of knowledge.
-
WDM: usually webcams and other cheapo-cams use this driver and can be accessed in v4 via [VideoIn (DShow9](https://vvvv.org/documentation/VideoIn-(DShow9). most of the cams achieve only low framerates (25-30 fps) and have a latency of at least 200ms, which makes them unusable for many applications. one exception is the PS3Eye (which can also be accessed via the Codelaboratories CLEye Platform Driver. accessing this camera via the WDM driver is quite quick and i’m getting 60fps. → this leads me to the conclusion that most WDM-drivers are crap because it is apparently possible to achieve high framerates and low latency.
-
PS3Eye:
** Pros: Cheap, quick, fast. Can be accessed via WDM and @elliotwoods OpenCV nodes.
** Cons:
*** Max. Resolution is 640x480 and there is a visible bayer pattern in the image (even in processed modes). this makes it almost unusable for tracking TUIO markers that are not too close to the cam.
*** the original lens is not very flexible. modding ist possible but neither cheap nor quickly possible. well, at least it’s not a solution out of the box. -
IIDC/DCAM: a camera mode that most industrial firewire cams support is the IIDC/DCAM standard, which is not supported natively by windows and therefore not available in VVVV. most industrial cameras come with an SDK that allow access to the images with a driver supporting this standard. only few of the cameras come with a WDM driver. i was able to test these cams:
** AVT Guppy: A nice and quick cam with a good image. SDKs in several versions are available. even though resolution is not much higher than PS3Eye the image is more crisp (no Bayer-pattern).
***@hierro)) ((forum:guppy-camera-and-wdm for this a while ago which should enably accessing the cams image via SharedMemory. Unfortunately I could not get this to run (Exception: Could not load file or assembly ‘UniControl.NET, Version=1.2.2.0, Culture=neutral, PublicKeyToken=7f2f5e16b7def7b4’ or one of its dependencies). i was having FireSDK v3.1 installed, @hierro claimed to have 2.9 installed but this is nowhere to be found. anyone?
*** Access via a WDM driver is possible with the AVT DirectStreamPackage. Unfortunately more than 25fps and a delay of about 200ms make it unusable for me.
*** Writing my own Shared Memory node as @joreg did for the uEye cams: Unfortunatly this is to big for me.
** Point Grey FireflyMV: A cam that is not so expensive and also delivers a good image at 60fps (pixel-matrix is also slightly visible).
*** i could not capture an image in VVVV as there are no compatible drivers or plugins available. is that correct? -
CMU 1394 Digital Camera Driver: This is an open source driver that enables for aquiring from IIDC/DCAM sources, i.e. almost all industrial firewire cameras. it comes with a test application that works wonderfully with both the cams i had available (guppy and firefly). it appears to be quick and fast. it also is the base of the windows port of libdc1394 which appears to be a widely used 1394-driver in the linux world and incorporated in many projects (OpenCV, GStreamer, …). I wondered if this could be the base for a shared memory node for very many cams that support the IIDC/DCAM standard. unfortunately my coding skills in this area are not that developed so i failed quickly. does anyone know something about this or how this could be made useful to access cams from VVVV?
-
HDMI capture cards like the Blackmagic stuff: using these with a HD cam would theoretically also be possible. unfortunately long cable length are not possible with this approach and also i don’t know of any cameras that would be good for a permanent installation…
what can you recommmend? what works for you?
thanks for your opinions.