Step 1, video capture, Python code

preview_player
Показать описание
Step 1, video capture, Python code
This video is for the article «Python and C++ code performance comparison for OpenCV on Raspberry Pi»:
Рекомендации по теме
Комментарии
Автор

I do not know why someone put a dislike to a very informative video.I think this experiment is far above their ability. You earned my like and subscription.Thanks for sharing.

legendqwqw
Автор

Dear, I have got the starter kit and found out that the micro SD is preimaged with raspbian and I was able to run the StereoPi tutorials with no problem. However, ever since I tried to connect the StereoPi to my laptop using the Ethernet cable and have it running on VNC viewer, I no longer am able to run the codes. May I know what is wrong? Is it because I have run apt-get update and upgrade? Thank very much in advance

kohedgar
Автор

You are waiting every frame 1 millisecond (1_test.py, line 74). You should use the following code for initialization and delete line 74.
cv2.startWindowThread()
cv2.namedWindow('preview')

ChladekTomas
visit shbcf.ru