Commit graph

45 commits

Author SHA1 Message Date
Nicholas Young
a43f3d7b8d fixed build errors 2024-10-25 18:57:39 -07:00
Nickiel12
cac4fe8ad2 moved gstreamer example into hailo main 2024-10-26 01:48:13 +00:00
Nickiel12
b475ba9782 working buffer retrieval! 2024-10-26 01:01:08 +00:00
Nickiel12
aae1de8291 got it compiling and fixed errors
Signed-off-by: Nickiel12 <nickiel@nickiel.net>
2024-10-25 03:28:52 +00:00
Nickiel12
4dfc19159e moved more onto the zig-gobject bindings 2024-10-24 03:10:37 +00:00
Nickiel12
ee5b34c46c updated some more bindings 2024-10-23 03:18:46 +00:00
Nickiel12
e3a8b39f72 fixed zigified names 2024-10-23 03:10:46 +00:00
Nicholas Young
1fbbd80dc9 added zig-gobject dep and build fails 2024-10-22 18:37:19 -07:00
Nickiel12
20d3767031 added header file tomfoolery 2024-10-20 02:26:02 +00:00
Nicholas Young
b94d7c6e99 switched sink type 2024-10-19 16:53:03 -07:00
Nicholas Young
7f9129ece9 Revert "flake.lock: Update"
This reverts commit 4527ad4f4c.
2024-10-19 16:35:07 -07:00
Nicholas Young
50a03bb1f9 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5785b6bb5eaae44e627d541023034e1601455827?narHash=sha256-KOTTUfPkugH52avUvXGxvWy8ibKKj4genodIYUED%2BKc%3D' (2024-10-16)
  → 'github:NixOS/nixpkgs/4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0?narHash=sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c%2BcHUJwA%3D' (2024-10-18)
• Updated input 'zig':
    'github:mitchellh/zig-overlay/e7b6c43e8d7c091a15b0decede36ac1a2307fbc8?narHash=sha256-MCpC5HXubbYKbjuc3/0jJ4GRCx81XOw6DqHa9BoYK14%3D' (2024-10-10)
  → 'github:mitchellh/zig-overlay/5aa48f75dcfd6a4f46bd6e0a1cb263652e25e4ec?narHash=sha256-E7BK/IY4j9aLcWyo290ya5MmfBhFWgBBkHg69AqRcJw%3D' (2024-10-19)
2024-10-19 16:00:27 -07:00
Nicholas Young
19c6d5ff24 commented out dead code 2024-10-19 15:55:59 -07:00
Nickiel12
286ff765aa rolled back zig update 2024-10-19 06:10:44 +00:00
Nicholas Young
4527ad4f4c flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5633bcff0c6162b9e4b5f1264264611e950c8ec7?narHash=sha256-9UTxR8eukdg%2BXZeHgxW5hQA9fIKHsKCdOIUycTryeVw%3D' (2024-10-09)
  → 'github:NixOS/nixpkgs/5785b6bb5eaae44e627d541023034e1601455827?narHash=sha256-KOTTUfPkugH52avUvXGxvWy8ibKKj4genodIYUED%2BKc%3D' (2024-10-16)
• Updated input 'zig':
    'github:mitchellh/zig-overlay/e7b6c43e8d7c091a15b0decede36ac1a2307fbc8?narHash=sha256-MCpC5HXubbYKbjuc3/0jJ4GRCx81XOw6DqHa9BoYK14%3D' (2024-10-10)
  → 'github:mitchellh/zig-overlay/144112221fcd1da0961523df4ec2525961e73654?narHash=sha256-s2VnhVVlRQPTzKVAklFVwYukQMOm5hgSTZtfhEG54IE%3D' (2024-10-19)
2024-10-18 22:50:53 -07:00
Nickiel12
5d91ea4476 moved half the gstreamer code to the main file 2024-10-19 05:38:23 +00:00
Nicholas Young
2a36a68ebe Added gstreamer app to build tree 2024-10-18 22:38:19 -07:00
Nicholas Young
f7a5497f0c outputting output data to stdout 2024-10-18 22:22:39 -07:00
Nicholas Young
d2f585af6c fixed reference issue 2024-10-18 17:40:44 -07:00
Nickiel12
ef764f2f84 added output info 2024-10-19 00:39:44 +00:00
Nickiel12
a4dba41c13 added output reading 2024-10-18 01:18:01 +00:00
Nicholas Young
6f4239adb9 removed loop shoving data till it crashed 2024-10-17 18:13:55 -07:00
Nicholas Young
6f95699d19 fixed segfault on write_raw 2024-10-15 19:48:19 -07:00
Nickiel12
94305918c1 fixed ref error 2024-10-16 00:53:11 +00:00
Nickiel12
c3112f90b0 added inference vstream loading 2024-10-16 00:52:17 +00:00
Nicholas Young
93fc8addc4 added some vstream size output prints 2024-10-15 17:38:06 -07:00
Nicholas Young
77d85c5c54 removed unecessary pointer tomfoolery 2024-10-14 19:25:15 -07:00
Nicholas Young
61597754a9 it ran without crashing! 2024-10-14 19:12:51 -07:00
Nicholas Young
89370b7ff2 got the configure vdevice call working 2024-10-14 18:12:44 -07:00
Nicholas Young
65d224db1a debugging tools; using source-compiled library 2024-10-14 18:11:54 -07:00
Nicholas Young
14c23be581 segmentation faults... oh boy 2024-10-11 18:21:00 -07:00
Nickiel12
ea1d173f24 added zeroinit for c struct 2024-10-12 01:13:49 +00:00
Nickiel12
4adb49a391 removed accidental files 2024-10-12 01:12:39 +00:00
Nicholas Young
d8f9ff9742 compiler bug squashing #3 2024-10-11 18:11:23 -07:00
Nickiel12
f4830215a2 added example hefs 2024-10-12 00:29:47 +00:00
Nickiel12
42fed15505 compile error squashing #2 2024-10-12 00:21:33 +00:00
Nickiel12
e87d116883 error message hunting #1 2024-10-12 00:09:47 +00:00
Nicholas Young
170ace6fa3 fixed system lib positions 2024-10-11 17:00:19 -07:00
Nickiel12
7fd740b8fc some small changes 2024-10-11 23:54:36 +00:00
Nickiel12
8a9870fe26 some hailo code written 2024-10-11 01:07:41 +00:00
Nickiel12
01f1d8fb0c moved old gstreamer code to a new file 2024-10-11 01:07:27 +00:00
Nickiel12
428e80fc0a added hailo library files 2024-10-10 23:25:20 +00:00
Nickiel12
b5e7a318d9 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/27e30d177e57d912d614c88c622dcfdb2e6e6515' (2024-10-01)
  → 'github:NixOS/nixpkgs/5633bcff0c6162b9e4b5f1264264611e950c8ec7' (2024-10-09)
• Updated input 'zig':
    'github:mitchellh/zig-overlay/5bdd678ad99cd0069dfa6a5822c1d82d45d34ad2' (2024-09-30)
  → 'github:mitchellh/zig-overlay/e7b6c43e8d7c091a15b0decede36ac1a2307fbc8' (2024-10-10)
2024-10-10 23:18:13 +00:00
Nicholas Young
304e065762 moved files from gstreamer minimal example 2024-10-02 17:52:41 -07:00
972fd2eeb8 Initial commit 2024-10-02 17:35:50 -07:00