Use horizontal line
This commit is contained in:
parent
050cca539e
commit
c311b60bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ latest_frames = {}
|
|||
|
||||
def process_stream(stream_id, url):
|
||||
print(f"PROCESS STREAM {stream_id} from {url}")
|
||||
line_orientation = "vertical"
|
||||
line_orientation = "horizontal"
|
||||
counter = Counter(stream_id, line_orientation, metrics)
|
||||
cap = cv2.VideoCapture(url)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue