Skip to content
Snippets Groups Projects
Commit a0001413 authored by Adel Ejjeh's avatar Adel Ejjeh
Browse files

Fixed cava readme

parent 0502c3ae
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Build HPVM DFG of camera pipeline.
make TARGET=seq
# Run program.
./cava-visc example-face/raw_face_32x32.bin example-face/face.bin
# Convert binary image to PNG.
python scripts/load_and_convert.py -b example-face/face.bin
# View PNG to validate.
eog example-face/face.png
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment