Optical flow calculation using image correlation for no_std rust.
The examples are currently designed to be used with J-Link / RTT. In the future as tools such as probe-rs solidify, we may switch to that toolset.
./start_gdb_server_jlink.sh
JLinkRTTClient
This example is intended to run on the PX4FLOW hardware. It simply compares two image frames stored in the app binary.
shell script
cargo run --example px4flow --release
We used ImageMagick's convert
command to generate raw 8-bit grayscale
images from png files using eg:
shell script
convert 64sq_253_46.png -depth 8 64sq_253_46.gray