[참고]


ARM과 임베디드 시스템에서 Spinnaker 사용하기 : https://www.ptgrey.com/tan/11145

OpenCV 시작하기 : https://www.ptgrey.com/tan/10861


https://www.ptgrey.com/support/downloads/ 에서 제품 -> 모델명 -> OS 선택 후 spinnaker SDK 다운로드


$sudo apt-get install libraw1394-11 libusb-1.0-0

spinnkaer SDK 다운로드 압축풀기

$sudo sh install_spinnaker_arm.sh


(설치화면)

This is a script to assist with installation of the Spinnaker SDK.

Would you like to continue and install all the Spinnaker SDK packages? (y/n)$y


Would you like to add a udev entry to allow access to USB hardware?

If this is not ran then your camera may be only accessible by running Spinnaker as sudo.(y/n)$y


This script will assist users in configuring their udev rules to allow access to USB devices. The script will create a udev rule which will add Flir USB devices to a group called flirimaging. The user may also choose to restart the udev daemon. All of this can be done manually as well.


Enter the name of the user to add to this user group.

$ubuntu

Is this user name ok?: ubuntu

(y/n)$y

Add user ubuntu to group flirimaging.

Is this ok?:

(y/n)$y


Writing the udev rules file.


Do you want to restart the udev deamon?

(y/n)$y


[ok] Restarting udev (via systemctl): udev.service.


Configuration complete. A reboot may be required on some systems for changes to take effect


Complete


$reboot    //재실행

+ Recent posts