usbcam config file

This commit is contained in:
Sem van der Hoeven
2023-05-24 15:40:21 +02:00
parent dc67324184
commit 62a5b276fb
2 changed files with 23 additions and 1 deletions

22
config/params.yaml Normal file
View File

@@ -0,0 +1,22 @@
/**:
ros__parameters:
video_device: "/dev/video0"
framerate: 10.0
io_method: "mmap"
frame_id: "camera"
pixel_format: "yuyv" # see usb_cam/supported_formats for list of supported formats
image_width: 2320
image_height: 1744
camera_name: "drone_camera"
camera_info_url: "package://usb_cam/config/camera_info.yaml"
brightness: -1
contrast: -1
saturation: -1
sharpness: -1
gain: -1
auto_white_balance: true
white_balance: 4000
autoexposure: true
exposure: 100
autofocus: false
focus: -1