Author Topic: Image or pixel pattern recognition  (Read 2442 times)

robdh4

  • Newbie
  • *
  • Posts: 12
Image or pixel pattern recognition
« on: July 02, 2023, 05:09:50 PM »
Is it possible to have Voice Attack detect an image or pixel pattern on a section of the screen or a specific window? Or maybe even in game sound recognition? Then set its presence as a variable/token?

I'd like to have command function altered by what's happening in game.

Example Command Sequence:
IF walking HUD image is detected
THEN pull out pistol and fire
ELSE IF flight control image detected
THEN reallocate power to weapons and fire

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4647
  • RTFM
Re: Image or pixel pattern recognition
« Reply #1 on: July 02, 2023, 05:15:56 PM »
Not natively, no. That type of functionality would go against the EULA/ToS for just about all online games.

The developers of certain games may choose to offer methods to retrieve specific information on ingame states, E.G. Elite:Dangerous has a "journal" file.
Getting that information into VoiceAttack would normally be done using a plugin (for Elite:Dangerous specifically I believe there are a few out there, E.G. the third-party "EDDI" application I believe has one).