That will be supported in coming future release of JetPack, which is planned at Nov/E, there isn’t any documentation to share at this time. Please stay tuned.
@kayccc Thanks, I’ve seen vpi using nvenc to calculate dense optical flow, is there any difference between vpi and deepstream? Looks like they’re all producing 1/16 optical flow of the input image, right?
They use the same hardware to get the optical flow result.
However, the library is different.
Deepstream is preferred if you want to combine it with some deep learning inference.
VPI is suitable for integrating with other vision based algorithms.