Skip to content

Commit

Permalink
Updated example YAML files to av_device_format
Browse files Browse the repository at this point in the history
  • Loading branch information
boitumeloruf authored and flynneva committed Nov 4, 2023
1 parent e4e2785 commit 49d0a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/params_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
io_method: "mmap"
frame_id: "camera"
pixel_format: "mjpeg2rgb" # see usb_cam/supported_formats for list of supported formats
av_device_format: "YUV422P"
image_width: 640
image_height: 480
camera_name: "test_camera"
Expand Down
1 change: 1 addition & 0 deletions config/params_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
io_method: "mmap"
frame_id: "camera2"
pixel_format: "mjpeg2rgb" # see usb_cam/supported_formats for list of supported formats
av_device_format: "YUV422P"
image_width: 640
image_height: 480
camera_name: "test_camera2"
Expand Down

0 comments on commit 49d0a21

Please sign in to comment.