English 中文(简体)
利用开放式电话确定窗户屏幕上的号码和处理号码(戈格尔会议) [闭门]
原标题:Using opencv to identify and process numbers on windows screen (google meet) [closed]
Closed. This question needs details or clarity. It is not currently accepting answers.

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个,对屏幕或噪音发出警告,或以某种方式确定这一点。

问题回答

Meet reunion, 2 screens, the action screen on the left, the control screen in the rigth These screens are locked in these respective positions: -Action screen on the left - person performing a workout -Control screen on the left, with 5 or more variables, the value of the variables changes and updates every second --I would first like to be able to identify these variables and digits using Python, for example V1(t=1) = 119; V2(t=1) = 5; V3(t=1) = 2.3; V4(t=1) = 0. V5(t=1) = 0 I would save these numbers in an Excel table with the value of these variables and a time or counter in another column. ---The second part would be to analyze these numbers in real time, for example, let s say variable 1 cannot exceed 140, when its value reaches 140, put a warning on the screen, or noise, or some way of identifying this .





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...

热门标签