You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,7 +71,7 @@ We begin with creaginf a chared queue.
71
71
# Queue
72
72
q = multiprocessing.JoinableQueue()
73
73
```
74
-
With following lines we are creating p1 and p2 processes which will run in background. p1 function will call GRABMSS_screeb() function and p2 will call SHOWMSS_screeb() function. As an argument for these functions we must give arguments, we give q there.
74
+
With following lines we are creating p1 and p2 processes which will run in background. p1 function will call GRABMSS_screen() function and p2 will call SHOWMSS_screen() function. As an argument for these functions we must give arguments, we give q there.
We can see that average is about 32 FPS. So our final result is that our grab screen improoved in around 50%. I would like like to impoove it more, but for now I don't have ideas how to do that. Anyway reults are much better than before !
97
+
98
+
### Original text version of tutorial you can visit [here](http://pylessons.com/).
0 commit comments