We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b560d commit 101df7dCopy full SHA for 101df7d
Example.py
@@ -1,5 +1,5 @@
1
# @ 2020, Copyright Amirmohammad Zarif
2
-# Compatible with firasimulator version 1.0.1 or higher
+# Compatible with AVISEngine version 1.0.1 or higher
3
import AVISEngine
4
import time
5
import cv2
@@ -14,7 +14,7 @@
14
counter = 0
15
16
debug_mode = False
17
-#sleep for 2 second to make sure that client connected to the simulator
+#sleep for 3 seconds to make sure that client connected to the simulator
18
time.sleep(3)
19
try:
20
while(True):
0 commit comments