Initial commit
This commit is contained in:
commit
972fd2eeb8
2 changed files with 14 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal 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
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# HailoImageProcessor
|
||||
|
||||
Zig program for C headers to interface with Gstreamer and the Hailo hardware.
|
Loading…
Reference in a new issue