Skip to content

Commit

Permalink
v4l2-ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 11, 2024
1 parent f5fc6d2 commit 9ebd0e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,13 @@ LIBCAMERA_LOG_LEVELS=*:DEBUG ros2 run --prefix 'gdb -ex run --args' camera_ros c
Q1: The node exits with `no cameras available`.
> A1: Check your camera connection and test with the libcamera examples that the camera is supported and accessible.
For the OV5647 (Camera Module v1)
`v4l2-ctl --list-devices`
```
unicam (platform:3f801000.csi):
/dev/video0
/dev/media0
```

Q2: The node exits with `Failed to allocate buffers`.
> A2: The requested image size and pixel format may be too large. Set `width` and `height` to a lower resolution or chose a compressed pixel format.

0 comments on commit 9ebd0e7

Please sign in to comment.