This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
ADPilot
/
modularization
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
536036ad75
ブランチ
タグ
1+x
1+x_hunter_hcp2
JS_Runlegs
JS_guide
RBShCar
jeely_xingyueL
laneline_decition
master
master_v1
v2.1
v1.1
modularization
/
src
/
tool
/
testpythoncpp
fujiankuan
5b0c4e1846
first commit
4 年 前
..
modulecomm.h
5b0c4e1846
first commit
4 年 前
pythonreadpic.py
5b0c4e1846
first commit
4 年 前
rawpic.pb.cc
5b0c4e1846
first commit
4 年 前
rawpic.pb.h
5b0c4e1846
first commit
4 年 前
readme.txt
5b0c4e1846
first commit
4 年 前
testpythoncpp.cpp
5b0c4e1846
first commit
4 年 前
testpythoncpp.h
5b0c4e1846
first commit
4 年 前
testpythoncpp.pro
5b0c4e1846
first commit
4 年 前
testpythoncpp_global.h
5b0c4e1846
first commit
4 年 前
readme.txt
1.编译modulecomm生成so文件。
2.编译testpythoncpp生成so文件。
3.将上述两个so文件拷贝到pythonreadpic.py所在目录。
4.用sudo apt-get install patchelf。
5.patchelf --set-rpath '$ORIGIN' libmodulecomm.so。
6.patchelf --set-rpath '$ORIGIN' libtestpythoncpp.so。
7.修改pythonreadpic.py的mylib.registelisten("usbpic"),指定到监听的共享内存名称。
8.运行python pythonreadpic.py即可查看图片。
9.其它工程可以参照。