Hi, i would like to store parts of a camera live stream, which i grab via VideoIn(DirectShow).
I tried using the SharedMemory VideoOut (Camera -> VideoIn -> VideoOut(Shared Memory)).
But when i try to read from shared memory (SharedMemory->VideoOut) the window doesn’t show anything.
Any solutions?
Thanks!