Drawing a unfilled square in C#.net on top of a stream video ?
- by Haxed
Does anyone know with what I can draw a unfilled square on a live video stream/saved video in C#.net?
Someone said to use Directshow but it is for C++ users. Is there a feature in dshownet that addresses this issue ?
Another said to use XNA, but my project is a object tracking application.