Skip to content

Commit

Permalink
default to picamera2 backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Oct 25, 2024
1 parent 5402083 commit 52cbfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/services/config/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ConfigBackendPicamera2(BaseModel):
class GroupBackend(BaseModel):
active_backend: Literal["VirtualCamera", "Picamera2"] = Field(
title="Active Backend",
default="VirtualCamera",
default="Picamera2",
description="Backend to capture images from.",
)

Expand Down

0 comments on commit 52cbfec

Please sign in to comment.