How to create a spy camera application to observe if pc is opened by someone else or not using cv2

Описание к видео How to create a spy camera application to observe if pc is opened by someone else or not using cv2

Green Light Coding presents a new video which shows how to create a spy camera or hidden webcam application to observe if pc is opened by someone else or not using cv2 module.

The application will capture images & and store it, each time you or someone else logs into your computer. This application can be very useful to detect if someone has your account's password for your pc unexpectedly.

You can turn off the webcam light or cover it with a black tape to make the things more efficient and pretend to be much more unsuspicious. One thing I must say that the images will be stored hidden inside the folder cam.

Watch the full video and do it yourself, find the imposters.


python programming
python turtle
python
cv2
opencv-python
thio joe

_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________

1) code for hidden webcam application
import cv2

vid=cv2.VideoCapture(0)
img_name = "last_image_captured{}.jpg"

a, frame=vid.read()
cv2.imwrite(img_name, frame)

vid.release()


2) code to run it using batch script
@echo off
mode con: cols=12 lines=1
:: you may change the directory as per your requirement
set d="C:\Users\%username%\Desktop\cam\%date%_%time::=;%.png"
ren "C:\Users\%username%\Desktop\cam\last_image_captured{}.jpg" %d%
attrib +h "C:\Users\%username%\Desktop\cam\*.png"
cd \
cd C:\Users\%username%\Desktop\cam
python C:\Users\%username%\Desktop\cam\pycam.py


________________________________________________________
#coding #codinglife #python #hidden #opencvpython #cv2 #batchfile #scripting #camera #blackboard #fibonacciextensions #animationvideo #pythonprogramming #pythontutorial #pythonforbeginners #pythonturtlegraphics #pythonturtle #file #excel #fileexplorer #voice
#completecourse #folder #camera #animations #rare #viral #usernameandpassword #password #asterisk #convert #mask #commandprompt #font #fontstyle #viral #visualbasic #viralvideo
#fontsize #windows #permanent#user #utf #system #scripting #windows10 #exit #basictutorials
#graphics #graphicdesign #editingapps #editor #editingtutorial #editing#applications #file
#edits #coding #compile #ctutorials #cmd #codemasters #batchfile #learning #info #simple #functions #notepads #console #programming #programminglife #coder #vbspu #programmers #host #brightness #updates



LINK FOR BATCH SERIES PLAYLIST :
   / @greenlightcoding613  
_______________________________________________________________

SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK :    / @greenlightcoding613  
_______________________________________________________________

Комментарии

Информация по комментариям в разработке