Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi
How to draw lines and rectangles shapes on running video
Posted
Comments
Legor 27-Sep-12 7:14am    
This a repost to your question http://www.codeproject.com/Questions/466720/Csharp-net-How-to-draw-line-on-Video

Please do not repost but rather improve your first question.
ravindervilasagar 27-Sep-12 8:51am    
I Was Try playing in one window and drawing in another window and its Transparent but not drawing any thing on window
Please send some code

please....

1 solution

I don't have an option to try it out, but my guess is this:

Can't you draw a canvas over your video window? Maybe if you set its background colour to fully transparent you won't see the canvas itself, but when you draw something on it, then it will be visible.

To locate canvas exactly over the video window, maybe you can use an another canvas. To be honest this would be working in WPF ( probably :) ), but if I'm correct in C# 2.0 also should be a canvas class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900