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

News:

Odds and payouts are different things. If either the odds or payouts don't change, then the result is the same - eventual loss.

Main Menu
Popular pages:

Roulette System

The Roulette Systems That Really Work

Roulette Computers

Hidden Electronics That Predict Spins

Roulette Strategy

Why Roulette Betting Strategies Lose

Roulette System

The Honest Live Online Roulette Casinos

Live wheel Spins capture Question- for programmers

Started by probasah, Apr 10, 03:33 AM 2015

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

probasah

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

VLS

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

Since it is devoted to the public domain, you can download and use it as you wish.

Web: link:://betsoftware.cc

Hope it helps.
Vic
🡆 ROULETTEIDEAS․COM, home of the RIBOT FREE software bot, with GIFTED modules for the community! ✔️

probasah

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

superman

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
There's only one way forward, follow random, don't fight with it!

Ignore a thread/topic that mentions 'stop loss', 'virtual loss' and also when a list is provided of a progression, mechanical does NOT work!

probasah

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

Cristal2000

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?

-