Hi Johannes,
Welcome to the forums! I'm sorry for the long post, turns out there were lots to discuss here. Feel free to create additional questions for a more in-depth discussion of individual points.
Crash Report
If possible, can you attach an example workflow file or a screenshot of the workflow you are using?
Also, can you provide some specs of the computer you are using to run this? More specifically, does it have a dedicated graphics card or is it an integrated Intel HD graphics?
Finally, does it only happen on the CameraCapture? Can you use image visualizers on other nodes and/or the VideoCaptureDevice node?
Tutorials/Getting Started
Regarding examples, you can maybe start with the introductory crash course video at:
I think it has most of the things you will need.
You can also find some examples in the Starter Pack package and also in the wiki. More specifically, you can check:
For a more in-depth discussion about the framework internals there is always the paper:
Video Codecs
Regarding video codec configuration, VideoWriter does not currently support configuring compression rates. You can change the codec using the FourCC property. The list of FourCC codes is available at:
However, not all of them are supported.
For raw video storage, you can use "DIB " (make sure to include the whitespace at the end)
In order to have more precise control over how the video is encoded, I recommend using "ffmpeg" command line. You can find it some windows binaries at:
Then what you can do is use the ImageWriter node to pipe frames in real-time to ffmpeg.
If you would like to know more about this last option, would you mind asking a new question in the forums? It will get a bit involved, and this answer is long enough as it is :-)
Thanks,
Gonçalo