hardware

How do I screenshot a single monitor using OpenCV?

How do I screenshot a single monitor using OpenCV? Question: I am trying to devleope a device that changes the RGB led strips according to the colour of my display. To this I am planning on screnshotiing the screen an normalising/taking the mean of the colours of individual pixels in the display. I have figured …

Total answers: 1

Fixed identifier for a machine (uuid.getnode)

Fixed identifier for a machine (uuid.getnode) Question: I’m trying to find something I can use as a unique string/number for my script that is fixed in a machine and easily obtainable(cross-platform). I presume a machine would have a network card. I don’t need it to be really unique, but the necessary is it should be …

Total answers: 4

Get a unique computer ID in Python on windows and linux

Get a unique computer ID in Python on windows and linux Question: I’d like to get an id unique to a computer with Python on Windows and Linux. It could be the CPU ID, the motherboard serial, … or anything else. I looked at several modules (pycpuid, psi, …) without luck. Any idea on how …

Total answers: 14