Function nvcvImageExportData

Function Documentation

NVCVStatus nvcvImageExportData(NVCVImageHandle handle, NVCVImageData *data)

Retrieve the image contents.

Parameters:
  • handle[in] Image to be queried.

    • Must not be NULL.

  • data[out] Where the image buffer information will be written to.

    • Must not be NULL.

Return values:
  • #VPI_ERROR_INVALID_ARGUMENT – Some parameter is outside its valid range.

  • #VPI_SUCCESS – Operation executed successfully.