コード例 #1
0
ファイル: main.py プロジェクト: noelyahan/ignition-algorithms
def process(frame, channel):
	json_str = libTestPyAruco.yay(frame)
	data = json.loads(json_str)
	# print data
	r.publish(channel + publish_channel, json.dumps(data))
コード例 #2
0
ファイル: Py.py プロジェクト: matthiascy/Aruco-with-Python
import libTestPyAruco

libTestPyAruco.Init()
print libTestPyAruco.yay()
コード例 #3
0
ファイル: Py.py プロジェクト: hboortz/Aruco-with-Python
import libTestPyAruco

libTestPyAruco.Init()
print libTestPyAruco.yay()