Function nvcv::cfg::SetMaxImageCount

Function Documentation

inline void nvcv::cfg::SetMaxImageCount(int32_t maxCount)

Sets the maximum number of image handles that can be created.

Parameters:

maxCount – The maximum number of image handles. If negative, dynamic allocation is used and no hard limit is defined.

Throws:

An – exception is thrown if the nvcvConfigSetMaxImageCount function fails.