Ask Your Question
0

pc lock screen

asked 2013-07-23 05:58:01 -0600

TMC gravatar image

Hi all,

Can open CV be used to track head/face and if my face leaves the screen area, or if i turned in my chair lock my pc screen? if so could anyone point me in the right direction where to start :)

Thanks,

C

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-07-23 06:10:18 -0600

Basically you want to use Viola&Jones face detection framework and one no detection has been found, you want to put out a command to your system to lock the pc.

Look at the source code here to see an example on how to use this feature.

About putting your system in lockdown, this might be accessible through cmd line input.

Keep in mind however, that the face detector is not failsafe. So basically when you have a missing frame, your pc will go into lock mode. You should make it robust with tracking.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-23 05:58:01 -0600

Seen: 318 times

Last updated: Jul 23 '13