Hey all,
I know there are a few talented programmers in here. I just wanted to know, which software do you guys use to capture the live games streams - spins from graphic to text.
I am thinking that a combination of sikuli with python can be used, but i do not know what is the best way to capture the live feeds to a text file.
So basic question: how do we capture the spins in a text file?
Regards,
Alex
Hello Alex,
Our free BetSoftware package already has what you need to capture casino numbers to file (see video):
link:s://:.youtube.com/watch?v=x11xZ0zE9Cs (link:s://:.youtube.com/watch?v=x11xZ0zE9Cs)
Since it is devoted to the public domain, you can download and use it as you wish.
Web: link:://betsoftware.cc (link:://betsoftware.cc)
Hope it helps.
Vic
Hi Vic,
Thanks for the reply. I was looking over the web for OCR before i saw your message. I will take a look at your software.
My main goal is to gather as many "live" spins as i can and compile them into 1 mega spin txt file. I`m talking in hundreds of thousands of spins, at a minimum 100k spins.
An average day will give at least 600 spins so it will take some time.
Again, thanks for the support.
Regards,
Alex
Whatever software/language you use, I just
select area of marquee with last number (x,y coords, define size of area)
screen grab the area and create a checksum value
compare with ini file (data for ini file needs to be grabbed before, I run a setup script for each casino)
return theNumber
The setup file I created has coords manually entered in the raw code, I then run it and save all numbers as images then when it has all the numbers it prompts a GUI showing the image, with a number, and a select box with all the numbers so they can be matched up and saved to the ini file.
I tried OCR but anything similar to tesseract can be sniffed out by the casino software as it's a known entity and MUST be on some of their lists to check whats running while you play, can be used AGAINST you at withdrawal time! I tried to roll my own OCR too but the effort isn't worth it, there's so many font types on the games, I put it on the back burner LOL.
Works for me
Quote from: superman on Apr 10, 02:12 PM 2015
I tried OCR but anything similar to tesseract can be sniffed out by the casino software as it's a known entity and MUST be on some of their lists to check whats running while you play, can be used AGAINST you at withdrawal time! I tried to roll my own OCR too but the effort isn't worth it, there's so many font types on the games, I put it on the back burner LOL.
Works for me
Hey superman
Thanks for the reply. I was thinking about the tessaract - sikuli ocr, but your idea is way better. Will give it a go.
Regards,
Alex
I save a picture of all the numbers of the wheel
then the program performs the comparison with the number came out and I'll know what came out
for which casino?