jpeg - How to check if bunch of jpg files are black with C# -


so have program scans cameras multiple sources , takes thumbnail of view @ time , saves them jpg's.

i scan these through c# program , check if of created jpg files black (either obstructed, or no signal in case).

i wondering best way of solving problem. not color depth issue.

thanks!

use getpixel(x,y) function check color @ x,y location. can iterate through whole image , if they're black it's black. can check if majority of pixels gray / black - if it's dim image.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -