Skip to content

Commit

Permalink
Fixed missing line space
Browse files Browse the repository at this point in the history
  • Loading branch information
blueOkiris committed Oct 22, 2021
1 parent 0ffd2c4 commit bb67930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgrm/bgrm.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def main():

# Write to virtual camera
virtCam.write(cvtColor(noBgFrame, COLOR_BGR2YUV_I420))

# Display
stackFrame = cam.stackFrames(frame, noBgFrame)
if not cam.display(stackFrame):
Expand Down

0 comments on commit bb67930

Please sign in to comment.