|
-
Oct 25th, 2005, 09:12 AM
#1
Thread Starter
Junior Member
Display image
Hi.. I'm rather new to ASP.Net ... Need some advice... What kind of class/function can i used to diplay my raw image(RGB or YUV) into the web browser. The raw images that i'm going to receive are in continues sequence which can be present as "video"... thanks...
-
Oct 25th, 2005, 09:16 AM
#2
Re: Display image
Have an IFRAME that continuously refreshes itself every few seconds with the new image.
-
Oct 25th, 2005, 10:10 AM
#3
Thread Starter
Junior Member
Re: Display image
Ermm..What is IFRAME ? Can you elaborate more?
-
Oct 25th, 2005, 12:49 PM
#4
Re: Display image
An IFRAME is an inline frame. It is basically something like a picture-in-picture feature of televisions. The IFRAME sits on your page and can contain another page. It can also be controlled from the parent page through javascript.
Since you want to present a set of images that you receive continuously, you can first create a page that refreshes itself every 2 or 3 seconds and reloads the image that it is receiving. Next, place this page in an IFRAME on your main page and give it the same dimensions as that of the image. This way, it looks as though you have an image updating itself continuously.
-
Oct 25th, 2005, 12:49 PM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|