I am starting to work with orin and i see that the visonworks library will be deprecated with Jetpack 5.0. (which is the one used by orin).
I have some code that i have used on the jetson AGX based on the visionworks examples and I would like to use it also in the jetson Orin.
Is there a way to install the visionworks libraries in orin?
I have tried to install it using the deb package but it looks like i need cuda 10.2 and it seems that installing cuda 10.2 on ubuntu 20 is problematic.
This means that i could not compile and use the examples individually? Just to know if it has sense or not to spend time trying to compile it.
On the other hand, i have read that we should use the vision programing interfaces (VPI).
Are the same examples like the stabilizer, motion estimation or tracking available there (the ones explained here nvvwx_docs/group__nvx__demos.html) ?
I have checked the documentation but i did not see any stabilizer example and the one included in visionworks (nvvwx_docs/group__nvx__demo__video__stabilizer.html) was really useful.
Yes, any information regarding the plans to add the stabilizer as example is always welcome.
Regarding the compatibility of visionworks in orin, from your comments i can imagine that will be easier to develop my own stabilizer using the VPI library than trying to run the example of visionworks.