Fully Customizable GPU Accelerated Identification Nodes

This commit is contained in:
2025-02-26 02:23:38 -07:00
parent ce392d7a04
commit 5c23653d59
6 changed files with 36 additions and 24 deletions

View File

@ -29,7 +29,7 @@ class FlyffCharacterStatusNode(BaseNode):
self.add_text_input("exp", "EXP", text="EXP: 0%")
self.region_id = "character_status"
data_collector.create_ocr_region(self.region_id, x=250, y=50, w=180, h=130)
data_collector.create_ocr_region(self.region_id, x=250, y=50, w=180, h=130, color=(255, 255, 0), thickness=2)
data_collector.start_collector()
self.set_name("Flyff - Character Status")