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.其它工程可以参照。