Initial commit

This commit is contained in:
Nickiel 2024-10-02 17:35:50 -07:00
commit 972fd2eeb8
2 changed files with 14 additions and 0 deletions

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# ---> Zig
zig-cache/
zig-out/
build/
build-*/
docgen_tmp/
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# HailoImageProcessor
Zig program for C headers to interface with Gstreamer and the Hailo hardware.