473,395 Members | 1,790 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How to draw graphics on a transpaqrpicturebox over a "video" picture box?

I wonder if it is possible to overlay a picture box of some kind on top of another picture box in which a video is playing, in such a way that the video plays underneath and is completely visible... and, by drawing on the overlaid picture box, I can add cursors, lines, graphic text, etc... JUST LIKE using a grease pencil to draw on a TV screen?

In my case, the video is 'live' incoming video from a USB capture device. The video-in-a-picturebox display code is a third-party function library, so there might ultimately be an issue of compatibility with this package... so ideally, the solution ought to be something that does not directly interact with the video picturebox (other than to lay on top of it).

(Assuming my description is understandable), has anyone done this? And if so, how do I go about it?

--Dave Emery
Apr 1 '10 #1
2 2937
tlhintoq
3,525 Expert 2GB
A picturebox is not transparent. You cannot see through it.

You would have to create a custom control for this project.

Doing the drawing isn't a huge deal. But let me ask... Is it your desire to have those additional graphics *saved*? Do you want the end result to be a merging of the raw video with the cursors, lines graphic text?

has anyone done this?
Yes. Video editing software does exist.
Apr 1 '10 #2
Yes... it would be nice to be able to save the resulting video stream... format isn't really important (although .AVI would probably be my choice).

I am familiar with the VB.net graphics tools... are these what I would be using??
Apr 1 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: BennioUK2 | last post by:
Hi all I've been round and round the web and can't find an answer to: How can I make a video file from JPG stills? I need it to be lossless compression as the stills are already lossy enough....
4
by: Slim | last post by:
I had a asp file that generated asx files using Response.ContentType = "video/x-ms-asf" It was working fine up until a day or so ago. Now all of a sudden it does not work. If I take out the...
1
by: Ryan | last post by:
Hello, I have a c++ application and I would like to simply play a short video clip (mpg file) as a splash screen when the application first begins to execute. I seem to be having trouble so far. ...
10
by: comp.lang.php | last post by:
echo mime_content_type('/var/www/html/video/small.mov'); // 1.5mb Quicktime video returns "video/quicktime" echo mime_content_type('/var/www/html/video/huge.mov'); // 10.5mb Quicktime video...
42
by: Sabiyur | last post by:
Hi all, one of the recent post gives the macro to do swap #define SWAP(m, n) (tmp = (m), (m) = (n), (n) = tmp) This macro will work, if the execution is from left to right. That is step 1)...
4
by: =?Utf-8?B?Tkg=?= | last post by:
This isnt really a pure asp.net question but here goes. I want to create some type of small video file to show users how to do things in my asp.net app. How do you do that? Any suggestions on...
3
by: giladp1 | last post by:
Hi, I noticed that by adding background pictures to my forms the application looks so much more interesting and professional. I want to keep just texture simple backgrounds in order to prevent...
3
by: sam_sam80 | last post by:
Hi Evrybody, Some one can tell me how to display texte or tranparent icon (like mouse pointer) over a runnig video. This video is an IP camera stream displaying within control (Vitamin Control)...
6
by: rahulsengupta895 | last post by:
. #define MIN(a,b) (a<b?a:b) #define MAX(a,b) (a>b?a:b) #include "Video.h" #define NO_HUE -1
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.