Skip to content

0xlax/micam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micam

Query which PID had opened the video device of the linux system.

Usage

let pids: Vec<i32> = crate::cam::pid_using_camera();
let names: Vec<String> = crate::cam::proc_using_camera();

Woking

This program considers your linux system lists camera device as /dev/videoX where X is some number [0-inf) respecting the FS limitations.

Note

This program accumulate the PID of processes that had opened the file related to camera device.

About

Who is using my cam? for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%