Hi. I’ve just tried to retarget VPService.proj to .NetCore 3.1 and besides having to use Visual Studio 2019 I didn’t have any problems and the change ended up in just one line of project file:
netcoreapp3.1
Granted all this works on Windows. I will try to get my hands on Jetson Nano to try it out as well.
Instead I’ve decided to just make a new solution form scratch and copy the sample code into the new project. After changing a few obsolete lines I was able to build and run VPService on JetsonNano.
Next problem was loading VpsCommon.dll. And no matter what I tried I couldn’t get the dll to load in the service. Since it’s only a handful of classes that define the interface between driver and service, I just included those files in the project.
Attached you should find a working VPService, just copy it into the directory from our sample and make and make run.