Hello vvvv-group!
I’m trying to achieve a stable camera connection. I’m using a Avermedia Extremecap U3 framegrabber, which feeds HDMI to DirectShow 1080p 60fps. I’m using VideoIn in vvvv.
But VideoTexture isn’t nice to use with it.
I need to disable the VideoIn and enable it again when needed.
Sometimes it’s working fine, sometimes VideoTexture stops after 48 black drawn Frames and I need to reset it with switching from Pow2Stretched to NonPow2 and back. This switch takes a huge 8 Seconds to perform which is really bad. In that time, the framerate drops.
I can’t use NonPow2 because some frames get distorted.
I’d like to find a solution where the Video will just work after turning on VideoIn. Does anyone know how to handle it the right way? What’s going on in VideoTexture when it’s failing? May it be Avermedias driver?
Cheers, Andi