Skip to content

Commit 087c890

Browse files
author
SCHWMAX
committed
v0.2.14
default convert_to_format
1 parent fa5919f commit 087c890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
type=ref,event=tag
2626
type=schedule,pattern={{date 'YYYYMMDD'}}
2727
latest
28-
v0.2.13
28+
v0.2.14
2929
3030
- name: Login to Docker Hub
3131
uses: docker/login-action@v3

DataModels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class BaslerCameraSettings(BaseModel):
1212
destination_ip_address: Optional[str] = None
1313
destination_port: Optional[Annotated[int, Field(strict=False, le=653535, ge=0)]] = None
1414

15-
convert_to_format: Literal["RGB", "BGR", "Mono", "null"] = None
15+
convert_to_format: Literal["RGB", "BGR", "Mono", "null"] = "null"
1616

1717

1818
class BaslerCameraParams(BaslerCameraSettings):

0 commit comments

Comments
 (0)