Open Side Menu Go to the Top
Register
Accessing Live hands Accessing Live hands

06-01-2018 , 07:36 PM
Hi guys , I was wondering if anyone could point me in the right direction in regards to creating a program which can detect the current hand the user is holding in real time.

I would like to create an app which will prompt the user to play a certain hand if it is in my premade range .

Any help or suggestions towards ideas or technologies which could be used would be great!

Cheers
Accessing Live hands Quote
06-01-2018 , 08:52 PM
Do you mean live as in, at the poker table? I think it could be done with image recognition techniques, but you'd need to accommodate different card styles. One of the best image recognition libraries is opencv, which has targets for linux/windows/osx and also phones. But are you going to be like... taking pictures of your cards all the time?
Accessing Live hands Quote
06-03-2018 , 06:14 PM
If you mean online, this is generally a banned software.
Accessing Live hands Quote
06-09-2019 , 07:02 AM
Quote:
Originally Posted by _dave_
If you mean online, this is generally a banned software.
Look towards the software PokerOCR .
Accessing Live hands Quote
06-10-2019 , 11:15 AM
image recognition is by far the easiest one but also the worst imo because of limitations of this method and higher cpu consumption than other methods.
there is also network traffic sniffing, app memory reading

if all you need is to get two cards currently dealt to hero, image recognition might be enough. if you need more information, like reading hand action etc then... well, good luck with it)
Accessing Live hands Quote
06-12-2019 , 07:06 AM
Quote:
Originally Posted by qetou
....

if you need more information, like reading hand action etc then... well, good luck with it)
All that you have listed is already implemented in the PokerOCR program. Who cares look in Google.
Accessing Live hands Quote
06-12-2019 , 08:31 AM
He didn't ask for someone else's program, he clearly stated that he wants to code it himself.
Stop advertising your app.
Accessing Live hands Quote
07-26-2019 , 04:17 PM
Quote:
Originally Posted by XStalker
All that you have listed is already implemented in the PokerOCR program. Who cares look in Google.
what rooms/skins/layouts pokerocr support ?

Edit: Usually OCR is bad idea, traffic sniffing and memory reading work much better with zero cpu load.

Last edited by moomcy; 07-26-2019 at 04:20 PM. Reason: Edit: Usually OCR is bad idea, traffic sniffing and memory reading work much better with zero cpu load.
Accessing Live hands Quote

      
m