Function nvcvImageBatchGetCapacity

Function Documentation

NVCVStatus nvcvImageBatchGetCapacity(NVCVImageBatchHandle handle, int32_t *capacity)

Returns the capacity of the image batch.

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

    • Must not be NULL.

  • capacity[out] The capacity of the given image batch.

Return values:
  • NVCV_ERROR_INVALID_ARGUMENT – Some parameter is outside valid range.

  • NVCV_SUCCESS – Operation executed successfully.