1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

BASLER前準備

Posted at

swigインストール

多分これですんなり行く。

$ sudo apt-get install autoconf automake libtool
$ sudo apt-get install libpcre3-dev
$ sudo apt-get install bison
$ sudo apt-get install g++
$ git clone https://github.com/swig/swig.git
$ cd swig/
$ ./autogen.sh 
$ ./configure
$ make

pylon インストール
下記公式ページからダウンロード
https://www.baslerweb.com/jp/sales-support/downloads/software-downloads/

下記コマンドを実行

$ cd Downloads
$ mkdir ./pylon_setup
$ tar -C ./pylon_setup -zxvf ./「pylon_6.2.0.21487_aarch64_setup.tar.gz」※「」の中はダウンロードしたファイル名
$ cd pylon_setup
$ ls
$ sudo mkdir /opt/pylon
$ sudo tar -C/opt/pylon -zxvf ./「pylon_6.2.0.21487_aarch64.tar.gz」※「」の中はダウンロードしたファイル名
ファイルのパーミッション(許可属性)を変更する
$ sudo chmod 755 /opt/pylon
権限設定をする
$ cd
$ sudo /opt/pylon/share/pylon/setup-usb.sh

pypylonインストール

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?