Skip to content

Commit

Permalink
FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Aug 4, 2024
1 parent 7b9d747 commit 7dbef40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,12 @@ and then run the node with libcamera and ROS debug information in `gdb`:
```sh
LIBCAMERA_LOG_LEVELS=*:DEBUG ros2 run --prefix 'gdb -ex run --args' camera_ros camera_node --ros-args --log-level debug -p width:=640 -p height:=480
```


### Q&A

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.
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 7dbef40

Please sign in to comment.