ravisunny2
03-23-2007, 10:51 AM
Is there any way to capture screen data (real time), and pipe to a database or another s/w ?
Read with Formatting |
Join TechSpot! (it's free)
Real time screen capture
|
ravisunny2 03-23-2007, 10:51 AM Is there any way to capture screen data (real time), and pipe to a database or another s/w ? Nodsu 03-25-2007, 02:41 PM Yes. That's how all remote control programs and screen recorders work. Do you have something specific in mind? :p Ad 03-25-2007, 02:41 PM Samstoned 03-25-2007, 11:50 PM first part of capture http://www.fraps.com/ to port it to another machine or stream to another source I don't know could be some typ'o server for streaming media Nodsu 03-26-2007, 03:40 AM Fraps only works with 3D. ravisunny2 03-26-2007, 03:16 PM Do you have something specific in mind? I was thinking about writing a s/w for managings shares (stocks). If I can capture the share price, I can build in some decision making algorithms. I'm not into shares, but by brother in law is. Samstoned 03-27-2007, 01:32 AM my bad it said vid capture dah try camtasia I know that one works you may want to look at something in java someone here knows java ?? maybe a few php with java Nodsu 03-27-2007, 03:31 AM Hum, why would you have to do full screen capture to get the share prices? You could just capture and process the input stream no matter if it is some webpage or an RSS feed or a television broadcast. ravisunny2 03-27-2007, 02:07 PM Well I am a little outdated, I guess. Ok, how would I capture and process the input stream? I haven't dealt with this kind of capturing before. Only time I had to play with ports, was when I wrote a little bitty BASIC program to drive two plotters with one PC (AT 286). why would you have to do full screen capture to get the share prices? I didn't intend to capture the entire screen, just a window. I thought I could bypass low level programming that way. I know only 'C', Fortran, Clipper & AutoLISP. Which port do I open, & how? Then how do I filter/process the input to extract the prices ? I have no idea about the format/data structure involved in video stram i/o. And, thanks Nodsu. BTW, as a new comer, I've tried to maintain a low profile (perhaps not low enough). But I was going to start a thread for 'Valuable contributions by Nodsu' Ad 03-27-2007, 02:07 PM Nodsu 03-28-2007, 03:08 AM OK, the million dollar question.. Where does your stock information come from? ravisunny2 03-28-2007, 02:37 PM The major stock exchanges here, have sites that we can log onto (as members) and get the prices on our screen, real time,(for the stocks we are interested in). The idea was to use the price information for making buy/sell decisions. Nodsu 03-29-2007, 03:09 AM Ok, then you examine the source of the webpage and find out what format the stock prices are in exactly.. Images, flash, java applet, plaintext, and extract accordingly. ravisunny2 03-29-2007, 02:55 PM Ok. Thanks. |
|