A
A
artem_guy2016-11-13 17:45:11
C++ / C#
artem_guy, 2016-11-13 17:45:11

How to implement the interaction of OpenCV with the system?

Good day to all! I decided to implement one program here: I need to lock the computer (as with the Win + L key combination) when my face is not in the field of view of the webcam, and unlock it when my face appears in its field of view (it’s mine, but the errors of the first and no one excluded the second kind, of course).
I plan to do face recognition in OpenCV, since I used to work with it before. However, the question arises, how to make it so that OpenCV can issue commands to Windows?
I will be glad to advice and ideas about the implementation of this interaction.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2016-11-14
@2ord

The task of OpenCV in this case is to recognize the image when processing the picture, but nothing more.
And there is an API for working with the OS. Search MSDN about user authentication.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question