added a C sample of grabbing output

This commit is contained in:
iceman1001 2023-10-13 22:51:12 +02:00
commit 6e1cf6c0de
3 changed files with 71 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/bin/bash
gcc -o test test.c -I../../include -lpm3rrg_rdv4 -L../build -lpthread
gcc -o test_grab test_grab.c -I../../include -lpm3rrg_rdv4 -L../build -lpthread