Click here to Skip to main content
15,891,567 members
Home / Discussions / C#
   

C#

 
AnswerRe: What C# books to get? Pin
Muammar©24-May-07 23:28
Muammar©24-May-07 23:28 
QuestionHttp Post in C# Pin
aruna_koride24-May-07 16:31
aruna_koride24-May-07 16:31 
AnswerRe: Http Post in C# Pin
Vasudevan Deepak Kumar24-May-07 20:11
Vasudevan Deepak Kumar24-May-07 20:11 
QuestionFunnelling pixel data from an application Pin
Kataric24-May-07 15:02
Kataric24-May-07 15:02 
AnswerRe: Funnelling pixel data from an application Pin
Christian Graus24-May-07 15:13
protectorChristian Graus24-May-07 15:13 
GeneralRe: Funnelling pixel data from an application Pin
Kataric24-May-07 15:34
Kataric24-May-07 15:34 
GeneralRe: Funnelling pixel data from an application Pin
Dave Kreskowiak24-May-07 16:05
mveDave Kreskowiak24-May-07 16:05 
GeneralRe: Funnelling pixel data from an application Pin
Kataric24-May-07 16:38
Kataric24-May-07 16:38 
I'm glad you brought shearing to my attention, i was not aware of it.

As far as the OCR goes, I would have a very fast machine dedicated to doing this one function of monitoring text.

I do not need to get every single frame. The text is only entered by humans and in a sense can be logged graphically. I could easily limit things to grabbing 1 frame every 60 or even every 120.
What I do need to be able to do is to get past the shearing.
The only thing i can think of to get past this is to somehow preempt the rendering pipeline of the graphics card and capture a complete frame buffer. If i capture a complete buffer then I'm pretty much assured that its not half of the new frame overwriting half of the old frame. If the screen was updateing during that z-buffer flip then i can just have the OCR drop everything that it doesn't pick up. If one line of the text has an unrecognizeable character, I just drop the posting of that line and wait until the text scroll animation has been completed. Remember, none of the frames have to actually be displayed to screen, which saves some cycles. It just has to be captured into a readable format. Hopefully there is another way without haveing to use the screen output as a proxy to the z-buffer.

Anyone know how I can get the z-buffer information? Is there an API method that lets me pipe the graphic output of the game into another app for processing?
GeneralRe: Funnelling pixel data from an application Pin
Dave Kreskowiak24-May-07 17:47
mveDave Kreskowiak24-May-07 17:47 
AnswerRe: Funnelling pixel data from an application Pin
Kataric24-May-07 15:17
Kataric24-May-07 15:17 
QuestionUsing Resource Files in C# Pin
jtstanish24-May-07 15:01
jtstanish24-May-07 15:01 
AnswerRe: Using Resource Files in C# Pin
Muammar©24-May-07 23:30
Muammar©24-May-07 23:30 
QuestionWeb Browser Control Issue Pin
classNoob24-May-07 13:13
classNoob24-May-07 13:13 
AnswerRe: Web Browser Control Issue Pin
Christian Graus24-May-07 13:22
protectorChristian Graus24-May-07 13:22 
GeneralRe: Web Browser Control Issue Pin
classNoob24-May-07 13:37
classNoob24-May-07 13:37 
GeneralRe: Web Browser Control Issue Pin
classNoob24-May-07 13:41
classNoob24-May-07 13:41 
AnswerRe: Web Browser Control Issue Pin
SimulationofSai24-May-07 20:03
SimulationofSai24-May-07 20:03 
GeneralRe: Web Browser Control Issue Pin
classNoob25-May-07 6:25
classNoob25-May-07 6:25 
QuestionQuestion on C# XML programming! Pin
jubilanttiger24-May-07 12:41
jubilanttiger24-May-07 12:41 
AnswerRe: Question on C# XML programming! Pin
Dave Herren24-May-07 14:13
Dave Herren24-May-07 14:13 
QuestionHow can I resize an image for a Button? Pin
Khoramdin24-May-07 10:47
Khoramdin24-May-07 10:47 
AnswerRe: How can I resize an image for a Button? Pin
Giorgi Dalakishvili24-May-07 11:04
mentorGiorgi Dalakishvili24-May-07 11:04 
QuestionSaving Changes in DataGrid Pin
Leo Smith24-May-07 10:32
Leo Smith24-May-07 10:32 
AnswerRe: Saving Changes in DataGrid Pin
Muammar©24-May-07 11:05
Muammar©24-May-07 11:05 
QuestionReflection Memory Leak W2003 Pin
rmga24-May-07 10:31
rmga24-May-07 10:31 

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.