We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e47483 commit 0627661Copy full SHA for 0627661
1 file changed
Sensors/camera.md
@@ -0,0 +1,14 @@
1
+---
2
+layout: default
3
+title: Camera Settings
4
+parent: Sensors Overview
5
+nav_order: 7
6
7
+
8
+# Camera setup Raspberry pi on BlueAUV
9
10
+We use this [Camera driver](https://github.com/christianrauch/camera_ros)
11
+After installing, the camera connected can be run with this command:
12
+`ros2 run camera_ros camera_node --ros-args -p camera:=0 -p width:=1280 -p height:=1024`
13
14
0 commit comments