i have started to use VPI with Jetson AGX Orin. This library is really cool and performs great.
For information, my work :
I really hope you will add new functions in VPI.
Here are my requests :
Color conversion : add the possibility to debayer bayer image (4 main bayer patterns at least)
Color image channel split and merge like Python cv2.split() and cv2.merge(). For now, VPI channel mixer returns 3 color images (R, G, B). It would be better to get R, G, B mono channels
It would be very useful to get opencv equivalent functions like cv2.subtract, cv2.threshold, cv2.contrastCLAHE, cv2.addWeight and so on for VPI (only mono channel functions).
It would also be really useful to get more statistic functions like percentile for example (always mono channel functions).
I hope VPI will get further versions because it is very very good library.
It would also be really cool if we could get a VPI version for Windows !