Questions tagged [python-mss]

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.

77 questions
-1
votes
1 answer

Should there be used a different method for object detection when used cv2.Canny?

I'm trying to implement the usage of cv2.Canny(), but no matter which approach and method I'm using I'm not getting the object detected. So here I'm raising a question about whether there could be object detection with the cv2.Canny Here's the code…
-1
votes
1 answer

OpenCV imshow function not responding

I try to detect color on the screen in real time and when I'm using imshow function it is not responding and I can't see my screen live Someone can help? import numpy as np from PIL import Image from mss import mss import cv2 as cv import…
Aviel Ovadiya
  • 69
  • 1
  • 2
  • 10
1 2 3 4 5
6