Ask Your Question
0

controlling the system

asked 2013-11-27 00:14:52 -0600

Vinu gravatar image

i need to control the system application using opencv code. can it be done ?

for example .. i have tracked my hand from the webcam. if i move it or bring my hand close to the system the system to shutdown.

i need the code for it.

edit retag flag offensive close merge delete

Comments

YOU CAN'T CONTROL THE SYSTEM. THE SYSTEM CONTROLS YOU!

Pedro Batista gravatar imagePedro Batista ( 2013-11-27 04:37:50 -0600 )edit

2 answers

Sort by ยป oldest newest most voted
0

answered 2013-11-27 00:42:30 -0600

It is not OpenCV or computer vision topic. I recommend you to ask this question on target OS related forum. I close the question.

edit flag offensive delete link more
0

answered 2013-11-27 02:02:54 -0600

Geppertm gravatar image

C/C++ Ubuntu:

system("shutdown 0");

C/C++ Windows

system("shutdown -f");
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-11-27 00:14:52 -0600

Seen: 226 times

Last updated: Nov 27 '13