File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,25 @@ The pre-requisites for this repo include:
1414* ros-kinetic-cv-bridge
1515* ros-kinetic-image-transport
1616
17- # Incase of x86_64 or x86_32 architecture, install the following:
17+ #### After installing spinnaker, Verify that you can run your cameras with SpinView.
18+
19+ #### For x86_64 or x86_32 architecture, install the following:
1820* libunwind-dev
1921
2022``` bash
21- # after installing spinnaker verify that you can run your cameras with SpinView
2223
2324# after installing ros, install other pre-requisites with:
2425
2526sudo apt install libunwind-dev ros-kinetic-cv-bridge ros-kinetic-image-transport
27+ ```
2628
27- # if you use arm64 (aarch64), install pre-requisites with:
28-
29+ #### For arm64 (aarch64) architecture , install pre-requisites with:
30+ ```
2931sudo apt install ros-kinetic-cv-bridge ros-kinetic-image-transport
30-
3132```
3233
3334### Installing
34- To install the spinnaker drivers
35+ To install this spinnaker_sdk_camera_driver
3536``` bash
3637mkdir -p ~ /spinnaker_ws/src
3738cd spinnaker_ws/src
You can’t perform that action at this time.
0 commit comments