本目录包含了各个模块的独立测试程序。
测试Poco的WebSocket功能:
# 编译
cd build/examples/test_websocket
make
# 运行
./test_websocket然后打开浏览器访问 http://localhost:8080 进行测试。
测试V4L2摄像头捕获功能:
# 编译
cd build/examples/test_v4l2
make
# 运行
./test_v4l2测试ONNX Runtime推理功能:
# 编译
cd build/examples/test_onnx
make
# 运行
./test_onnx