[참고]
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 //재실행
'#C&C++ #영상비전#Qt' 카테고리의 다른 글
#Qt Creator #QCamera 예제 (0) | 2018.08.28 |
---|---|
#Qt #Qt 개발자 커뮤니티 (0) | 2018.08.28 |
#Qt버전 확인 #qt 설치 #qmake (0) | 2018.08.24 |
#Qt #QVision환경설정 (0) | 2018.08.24 |
#V4L2를 사용해서 이미지 캡처하기 #우분투 (0) | 2018.08.23 |