varphone / rkaiq

Rockchip RKAIQ bindings for Rust.
1 stars 0 forks source link

Compilation Issue #1

Open Abhra121 opened 2 weeks ago

Abhra121 commented 2 weeks ago

Can you help me to built this crate I am going to run on orangepi 5 having rk3588

varphone commented 2 weeks ago

What happened?

Abhra121 commented 1 week ago

Screenshot (35)

I am using a ubuntu machine to compile this crate

varphone commented 1 week ago

Screenshot (35)

I am using a ubuntu machine to compile this crate

You need to export the RKAIQ INCLUDE_DIR and TARGET_SYSROOT DIR environment variables and make sure they point to the correct paths in your SDK.

You can refer to the examples in README.md.