Dear HN,<p>I recently worked in my spare time to develop something for the fun of it – A desktop software that can monitor the current activity on a given machine for all the web browsers, including incognito modes.<p>Basically, the software continuously runs silently in the background, uses screencap, image processing and OCR to resolve what is being accessed, hence it can work on all browsers (and potentially on anything else). The CPU usage is quite negligible due to series of optimizations. It currently works for Linux, I am working on a windows version.<p>I am not sure if there is a commercial potential to it, and if so, how do I go about realizing it? Can you think of anything in your field where something like this could be useful?<p>Any help would be much much appreciated. Thank you! :)
If it only handles web browsers currently then I think it will be a hard sell. The use I see of this would be in settings that companies don't trust their employees (call center monitoring comes to mind). That being said, they would most likely be tracking HTTP traffic already so they would be able to tell what sites the employees were visiting. If you could parse out other applications I could see it being a hit.
Something like Prey comes to mind:<p><a href="https://www.preyproject.com/" rel="nofollow">https://www.preyproject.com/</a>