enter image description hereI would like to know the possibility of using Python and OpenCV to identify the numbers that are appearing on my screen (fixed position) in a meet meeting, I would like to be able to use them to save their performance in real time in Excel, as well as create alerts for me, for example, X = 3m/s; y = 2m/s, save the update of these numbers (the update occurs every 2 seconds) in addition to receiving an alert if X becomes greater than 4m/s. Sorry for the question, I m new to using Python and OpenCV.
我已经对它进行了测试,在YouTube上观看了录像,但大多数录像只通过放映屏幕,然后分析屏幕,或者使用录像或网络广告。
EDIT: 关在以下职位: - 左边的行动屏幕——在左边进行工作的人——有5个或5个以上变量的Control屏幕,变数的价值和每秒更新——我首先要能够识别这些变数和数字,例如V1(t=1)=119;V2(t=1)=5;V3(t=1)=2.3;V4(t=1)=0.V5(t=1)=0。 我将在一个具有这些变数价值的Excel表格中将这些数字节省下来,并在另一个栏中节省一个时间或对应时间。 ——第二部分是实时分析这些数字,例如,如果其价值达到140个,则可以说变1不超过140个,对屏幕或噪音发出警告,或以某种方式确定这一点。