I am currently doing research on how I am going to do this.
I need a program to read the screen of my computer(pixels, edges, etc) and an answer that I think might work is opencv. However everything I look into about opencv reads from a video camera and not from a computer screen. Is it possible to record the screen and use it in the same fashion that I see video cameras being used in opencv?
If so can anyone point me to some reading on this? So far I havent found any examples that apply to what I am looking for
EDIT: I am not looking for anybody to write code for me. Im simply asking if it is possible to use the screen as a video feed for opencv. I am not familiar with opencv nor have I ever used it before.