Open Ahmed1262005 opened 4 years ago
ohhhhhhhhh this is where Michael reeves got his idea from!
ohhhhhhhhh this is where Michael reeves got his idea from!
No it isn't, look at the dates
The source for the fortnite thing is located here https://bitbucket.org/mtreeves808/footnot-health-detection/src/master/
This isn't what issues are for. They're for telling contributors about problems in the code.
this is what i could do can you help? `import cv2 import pytesseract import numpy as np from PIL import ImageGrab import time
pytesseract.pytesseract.tesseract_cmd = 'C:\Program Files (x86)\Tesseract-OCR\tesseract.exe'
import cv2 import pytesseract import cv2 import pytesseract import numpy as np from PIL import ImageGrab
cap = cv2.VideoCapture(0) cap.set(3, 640) cap.set(4, 480)
def captureScreen(bbox=(300, 300, 1500, 1000)): capScr = np.array(ImageGrab.grab(bbox)) capScr = cv2.cvtColor(capScr, cv2.COLOR_RGB2BGR) return capScr
while True: timer = cv2.getTickCount() _, img = cap.read() img = captureScreen()
DETECTING CHARACTERES