Crates.io | dc_converter_tof |
lib.rs | dc_converter_tof |
version | 0.1.18 |
source | src |
created_at | 2023-09-05 13:45:44.748755 |
updated_at | 2024-09-09 19:28:25.585306 |
description | File Converter |
homepage | |
repository | |
max_upload_size | |
id | 964314 |
size | 38,650 |
# Install converter local:
cargo install dc_converter_tof
Converter is using Rust OpenCV which need the following dependencies.
Ubuntu:
sudo apt install libopencv-dev clang libclang-dev
# Verbose build:
cargo build -v -v
sudo apt-get install mingw-w64
rustup target add x86_64-pc-windows-gnu
cargo build --target=x86_64-pc-windows-gnu