hi i have questions
- I want to use edge impulse in raspberry 3 offline .
I read it
Linux C++ SDK - Edge Impulse Documentation
, and did everything according to the instructions,
for raspberry pi like this
(APP_CAMERA=1 TARGET_LINUX_ARMV7=1 USE_FULL_TFLITE=1 make -j)
and got the model model.eim. At startup I got an error,
ar@raspberrypi:~ $ ./model.eim
-bash: ./model.eim: cannot execute binary file: Exec format error
what is my mistake??
2. then I tried to download the firmware for armv7 and run it on raspberry pi 3 (I hoped it would work), and it worked, but I don’t know how to transfer my sensor’s data stream to it (webcam)
Thanks