Re: Question about how gambling software works
- From: angelarenee_99@xxxxxxxxx
- Date: 7 Jan 2007 07:16:23 -0800
So, how do you capture the data coming off the screen image to
transform it into something that can be processed? In other words,
when the J of diamonds comes up, how do you recognize it as the J of
diamonds? When someone raises, how do you get the program to recognize
the raise? Once that information is properly captured, it can then be
easily played with. I'm confused as to how to capture that info.
Barry wrote:
<angelarenee_99@xxxxxxxxx> wrote in message
news:1168179442.880496.316780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
the
I guess the most common form uses a screenscraper. However, at least
one site I found produces a log file. For that site simply writing a
program like a tail -f and processing the text was quicker. I wrote
first steps of a bot several months ago but lost interest when it came
around to implementing the betting intelligence.
2 questions then.
1) Where can I find a screenscraper to play with?
I don't know, that is what I wrote. In my case I was just
doing a little proof of concept. I just grabbed a screen image
did some bit conversions and piped it to an open source OCR
program.
A web search should turn up some offerings.
2) For the software that was producing the log file, how did you
figure out what it was doing?
The log file was a plain text copy of what each player was
betting, what cards you were dealt and what cards were
turned up on the table (i.e. this was a Texas holdem game).
.
- Follow-Ups:
- Re: Question about how gambling software works
- From: Barry
- Re: Question about how gambling software works
- References:
- Question about how gambling software works
- From: qalex1
- Re: Question about how gambling software works
- From: Barry
- Re: Question about how gambling software works
- From: angelarenee_99
- Re: Question about how gambling software works
- From: Barry
- Question about how gambling software works
- Prev by Date: Re: Question about how gambling software works
- Next by Date: Re: Locking from primitives
- Previous by thread: Re: Question about how gambling software works
- Next by thread: Re: Question about how gambling software works
- Index(es):
Relevant Pages
|