Hi,
I try understand how to use VCOP and ARP32 in vision sdk. I read guides for EVE and found next steps:
1. Write kernel .k file
2. Get .obj file by cl-arp32
3. Compile ELF file
I have some questions:
1. I have .k file. I have simple algorith in Vision SDK, that works on ARP32. What should I do to connect .k file with vision SDK algorithm plugin?
2. What is AlgIvision? It is used in EVE algPlugins run precompiled EVE library, it's right? Where I can read about it?
3. Also I met *.eve.lib in SDK, how can I get if i have .k file?
Thank you for answers.