Skip to content

Commit

Permalink
Update strmusbipcam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Oct 10, 2023
1 parent f3b5b5a commit 7b90de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strmusbipcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self,
self.stream = cv2.VideoCapture(src)
self.stream.set(3, size[0])
self.stream.set(4, size[1])
self.framerate = 25.0 # set ip csm to CBR (constant bitrate)
self.framerate = 30.0 # set ip csm to CBR (constant bitrate)
self.cam_delay = float(1.0 / self.framerate)
(self.grabbed, self.frame) = self.stream.read()

Expand Down

0 comments on commit 7b90de2

Please sign in to comment.