Skip to content

Commit

Permalink
feat: reduce default number of images stored in Camera to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasNeugebauer committed Sep 23, 2024
1 parent 323160b commit 3967439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosys/vision/camera/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


class Camera(abc.ABC):
MAX_IMAGES = 256
MAX_IMAGES = 4

def __init__(self,
*,
Expand Down

0 comments on commit 3967439

Please sign in to comment.