2023-02-22 00:25:06 CMakeLists.txt | 5 +++– README.md | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-)
2023-02-22 00:25:06
CMakeLists.txt | 5 +++– README.md | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-)
mkdir -p build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release cmake --build .
./test
python setup.py build_ext --inplace
python test.py
Convert Pixy2's Bayer frames to OpenCV's BGR frames via Cython
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
pixy
C++
test
Python
test