Example #1
0
def process(frame, channel):
	json_str = libTestPyAruco.yay(frame)
	data = json.loads(json_str)
	# print data
	r.publish(channel + publish_channel, json.dumps(data))
Example #2
0
import libTestPyAruco

libTestPyAruco.Init()
print libTestPyAruco.yay()
Example #3
0
import libTestPyAruco

libTestPyAruco.Init()
print libTestPyAruco.yay()