Python Forum
How to unlock pc using opencv
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to unlock pc using opencv
#2
You didn't specify so I'm assuming you're talking about Windows.

I don't think Python and OpenCV can't help you here. You will need to access the WinAPI LockScreen classes. I know they expose simple things like changing the background image and locking the PC but I doubt they will allow access to unlock the OS as that would be a pretty severe security breach. Try looking into Windows Hello and see if there's any new APIs for that. It already has the unlock by face recognition built in so maybe MS now lets you access those functions? Again though, allowing a third party tool access to OS security seems like a bad idea.

Of course you can always just use Windows Hello.
Reply


Messages In This Thread
How to unlock pc using opencv - by Tyrel - Jan-13-2021, 07:21 AM
RE: How to unlock pc using opencv - by Marbelous - Jan-13-2021, 03:08 PM
RE: How to unlock pc using opencv - by Tyrel - Jan-13-2021, 04:05 PM
RE: How to unlock pc using opencv - by Tyrel - Jan-13-2021, 04:00 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020