Click here to Skip to main content
15,887,365 members
Home / Discussions / C#
   

C#

 
GeneralRe: TreeView Control problem Pin
Hessam Jalali16-Aug-07 21:52
Hessam Jalali16-Aug-07 21:52 
GeneralRe: TreeView Control problem Pin
Adrian Soon17-Aug-07 4:43
Adrian Soon17-Aug-07 4:43 
GeneralRe: TreeView Control problem Pin
Hessam Jalali17-Aug-07 6:04
Hessam Jalali17-Aug-07 6:04 
QuestionExplain: "Store by value instead of by reference" Pin
Richard Blythe13-Aug-07 15:50
Richard Blythe13-Aug-07 15:50 
AnswerRe: Explain: "Store by value instead of by reference" Pin
Luc Pattyn13-Aug-07 16:23
sitebuilderLuc Pattyn13-Aug-07 16:23 
GeneralRe: Explain: "Store by value instead of by reference" Pin
Richard Blythe13-Aug-07 16:49
Richard Blythe13-Aug-07 16:49 
GeneralRe: Explain: "Store by value instead of by reference" Pin
Luc Pattyn13-Aug-07 17:40
sitebuilderLuc Pattyn13-Aug-07 17:40 
QuestionTough ActiveX question Pin
newb2vb13-Aug-07 15:37
newb2vb13-Aug-07 15:37 
Hello All!

I have an ActiveX control embeded into my application (made by Sony) that allows me to view a video stream from a IP/network camera. It all works perfectly and I can specify IP of camera, hit a button to start stream and in the ActiveX box that appeared when I installed and created instance of ActiveX control, I can see my streaming video. There is also a command with the control that allows me to save a single frame (JPEG image) to the hard drive.

The problem is that I want to write so code to work with the image and display an overlay on the image. Since it is an activeX control I am limited to what I can do to the streaming image (unlike if it were a picture box). Does anybody have any ideas?

I would like to either:

1. Capture the video stream from the control and populate it in a picturebox for editing and overlay.
2. Go ahead and tell the control to save the image every second and have the picturebox refresh the newest saved image in the monitored folder. (I only need 1fps for what I want to do so it doesn't have to be terribly fast).
3. Similar to number 2 but save images to memory instead of hard drive (to improve performance and since I really don't need to save them to hard disk).

The background is that I want to overlay text on the image to tell statistics about the image (such as width, height, amount of pixels, etc...) and I have all of that code working just fine if I load in a image that was captured using open file dialog but I want to show this overlay automatically and real time (at least once per second).

Is this possible?

Thanks,

Mike
QuestionConsuming a Delphi COM EXE in Visual Studio C# App Pin
alias4713-Aug-07 14:59
alias4713-Aug-07 14:59 
Questionhow to detect remote input in c#? Pin
Inam Jameel13-Aug-07 13:29
Inam Jameel13-Aug-07 13:29 
AnswerRe: how to detect remote input in c#? Pin
Liam O'Hagan13-Aug-07 20:32
Liam O'Hagan13-Aug-07 20:32 
QuestionHtmlEncode Pin
vfhgujaqwe13-Aug-07 12:02
vfhgujaqwe13-Aug-07 12:02 
AnswerRe: HtmlEncode Pin
Christian Graus13-Aug-07 13:38
protectorChristian Graus13-Aug-07 13:38 
QuestionConverting Excel File to XML Pin
T4AMD13-Aug-07 9:47
T4AMD13-Aug-07 9:47 
AnswerRe: Converting Excel File to XML Pin
pmarfleet13-Aug-07 10:09
pmarfleet13-Aug-07 10:09 
QuestionRe: Converting Excel File to XML Pin
T4AMD13-Aug-07 10:24
T4AMD13-Aug-07 10:24 
AnswerRe: Converting Excel File to XML Pin
pmarfleet13-Aug-07 10:37
pmarfleet13-Aug-07 10:37 
QuestionRe: Converting Excel File to XML Pin
T4AMD13-Aug-07 10:42
T4AMD13-Aug-07 10:42 
AnswerRe: Converting Excel File to XML Pin
pmarfleet13-Aug-07 10:46
pmarfleet13-Aug-07 10:46 
AnswerRe: Converting Excel File to XML Pin
T4AMD13-Aug-07 10:49
T4AMD13-Aug-07 10:49 
GeneralRe: Converting Excel File to XML Pin
pmarfleet13-Aug-07 10:57
pmarfleet13-Aug-07 10:57 
QuestionRe: Converting Excel File to XML Pin
T4AMD13-Aug-07 11:03
T4AMD13-Aug-07 11:03 
AnswerRe: Converting Excel File to XML Pin
pmarfleet13-Aug-07 11:15
pmarfleet13-Aug-07 11:15 
QuestionRe: Converting Excel File to XML Pin
T4AMD13-Aug-07 11:26
T4AMD13-Aug-07 11:26 
QuestionRe: Converting Excel File to XML Pin
T4AMD13-Aug-07 11:39
T4AMD13-Aug-07 11:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.