Add suggestion from Caroline
This commit is contained in:
@@ -370,7 +370,7 @@ class OpenCVCamera(Camera):
|
|||||||
|
|
||||||
def _read_loop(self):
|
def _read_loop(self):
|
||||||
"""
|
"""
|
||||||
Internal loop for background thread for asynchronous reading.
|
Internal loop run by the background thread for asynchronous reading.
|
||||||
|
|
||||||
On each iteration:
|
On each iteration:
|
||||||
1. Reads a color frame
|
1. Reads a color frame
|
||||||
|
|||||||
@@ -442,7 +442,7 @@ class RealSenseCamera(Camera):
|
|||||||
|
|
||||||
def _read_loop(self):
|
def _read_loop(self):
|
||||||
"""
|
"""
|
||||||
Internal loop for background thread for asynchronous reading.
|
Internal loop run by the background thread for asynchronous reading.
|
||||||
|
|
||||||
On each iteration:
|
On each iteration:
|
||||||
1. Reads a color frame with 500ms timeout
|
1. Reads a color frame with 500ms timeout
|
||||||
|
|||||||
Reference in New Issue
Block a user