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
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
pixy
C++
test
Python
test