#1 Roulette Forum & Message Board | www.RouletteForum.cc

IT & Software => Coding for Roulette => Topic started by: probasah on Apr 10, 03:33 AM 2015

Title: Live wheel Spins capture Question- for programmers
Post by: probasah on Apr 10, 03:33 AM 2015
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
Title: Re: Live wheel Spins capture Question- for programmers
Post by: VLS on Apr 10, 06:47 AM 2015
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
Title: Re: Live wheel Spins capture Question- for programmers
Post by: probasah on Apr 10, 07:15 AM 2015
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
Title: Re: Live wheel Spins capture Question- for programmers
Post by: superman on Apr 10, 02:12 PM 2015
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
Title: Re: Live wheel Spins capture Question- for programmers
Post by: probasah on Apr 10, 03:24 PM 2015
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
Title: Re: Live wheel Spins capture Question- for programmers
Post by: Cristal2000 on Apr 10, 07:28 PM 2015
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?