As far as I can tell from reading the code and trying it out the following instructions from the readme do not work
cargo acap builds your application with target_vendor = "axis", enabling one source tree to support both on- and off-device usage via conditional compilation.
Is this actually a problem (or am I missing something)?
If so, is it preferable to change the readme or the application?
I think having a convenient and well defined way to run different code on- and off-device is good.
As far as I can tell from reading the code and trying it out the following instructions from the readme do not work
Is this actually a problem (or am I missing something)? If so, is it preferable to change the readme or the application?
I think having a convenient and well defined way to run different code on- and off-device is good.