improvess / raspberry-as-gige-camera

Transform your Raspberry PI in an ethernet multicamera device for machine vision using USB / CSI cameras.
MIT License
61 stars 16 forks source link

Compiling with unit test not possible, single_channel_server.hpp-file missing #13

Open kletze opened 1 year ago

kletze commented 1 year ago

There is no single_channel_server.hpp-file in code/server/include/rpiasgige Compiling with the unit-test option fails with the following error message:

ingle_channel_server_test.cpp:4:10: fatal error: rpiasgige/single_channel_server.hpp: No such file or directory
    4 | #include "rpiasgige/single_channel_server.hpp"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Mojito5000 commented 2 weeks ago

https://github.com/improvess/raspberry-as-gige-camera/issues/15#issuecomment-2474681307