VisioForge (c) 2025

Search Results for

    Enum NvCVStatus

    Status codes returned from APIs.

    Namespace: VisioForge.Core.NvidiaMaxine.VideoEffects.API
    Assembly: VisioForge.Core.dll
    Syntax
    public enum NvCVStatus

    Fields

    Name Description
    NVCV_ERR_BUFFER

    An image buffer has not been specified.

    NVCV_ERR_CONFIG

    No suitable model exists for the specified parameter configuration.

    NVCV_ERR_CUDA

    An otherwise unspecified CUDA error has been reported.

    NVCV_ERR_CUDA_BASE

    CUDA errors are offset from this value.

    NVCV_ERR_CUDA_DRIVER

    The installed NVIDIA CUDA driver is older than the CUDA runtime library.

    NVCV_ERR_CUDA_ILLEGAL_ADDRESS

    CUDA tried to load or store on an invalid memory address.

    NVCV_ERR_CUDA_INIT

    The CUDA driver and runtime could not be initialized.

    NVCV_ERR_CUDA_KERNEL

    No suitable kernel image is available for the device.

    NVCV_ERR_CUDA_LAUNCH

    The CUDA kernel launch has failed.

    NVCV_ERR_CUDA_MEMORY

    There is not enough CUDA memory for the requested operation.

    NVCV_ERR_CUDA_PITCH

    A CUDA pitch is not within the acceptable range.

    NVCV_ERR_CUDA_UNSUPPORTED

    The CUDA operation is not supported on the current system or device.

    NVCV_ERR_CUDA_VALUE

    A CUDA parameter is not within the acceptable range.

    NVCV_ERR_DIRECT3D

    A Direct3D error has occurred.

    NVCV_ERR_EFFECT

    An invalid effect handle has been supplied.

    NVCV_ERR_FEATURENOTFOUND

    The requested feature was not found.

    NVCV_ERR_FILE

    The file could not be found.

    NVCV_ERR_GENERAL

    An otherwise unspecified error has occurred.

    NVCV_ERR_INITIALIZATION

    The effect has not been properly initialized.

    NVCV_ERR_LIBRARY

    Error loading the dynamic library.

    NVCV_ERR_MEMORY

    There is not enough memory for the requested operation.

    NVCV_ERR_MISMATCH

    Some parameters are not appropriately matched.

    NVCV_ERR_MISSINGINPUT

    A required parameter was not set.

    NVCV_ERR_MODEL

    Error while loading the TRT model.

    NVCV_ERR_MODELDEPENDENCIES

    There is no model with dependencies that match this system.

    NVCV_ERR_MODELSUBSTITUTION

    The specified model does not exist and has been substituted.

    NVCV_ERR_NOTHINGRENDERED

    Nothing was rendered in the specified region.

    NVCV_ERR_NPP

    An error has occurred in the NPP library.

    NVCV_ERR_OBJECTNOTFOUND

    The specified object was not found.

    NVCV_ERR_OPENGL

    An OpenGL error has occurred.

    NVCV_ERR_PARAMETER

    An invalid parameter value has been supplied for this effect+selector.

    NVCV_ERR_PARAMREADONLY

    The selected parameter is read-only.

    NVCV_ERR_PARSE

    There has been a parsing or syntax error while reading a file.

    NVCV_ERR_PIXELFORMAT

    The specified pixel format is not accommodated.

    NVCV_ERR_READ

    An error occurred while reading a file.

    NVCV_ERR_RESOLUTION

    The specified image resolution is not supported.

    NVCV_ERR_SELECTOR

    The given parameter selector is not valid in this effect filter.

    NVCV_ERR_SINGULAR

    A mathematical singularity has been encountered.

    NVCV_ERR_TOOBIG

    A supplied parameter is too big.

    NVCV_ERR_TOOSMALL

    A supplied parameter or buffer is not large enough.

    NVCV_ERR_TRT_BINDINGS

    Unexpected TensorRT bindings.

    NVCV_ERR_TRT_CONTEXT

    An error occurred while creating a TensorRT context.

    NVCV_ERR_TRT_ENGINE

    There was a problem deserializing the inference runtime engine.

    NVCV_ERR_TRT_ENQUEUE

    TensorRT enqueue failed.

    NVCV_ERR_TRT_INFER

    There was a problem creating the inference engine.

    NVCV_ERR_UNIMPLEMENTED

    The requested feature is not yet implemented.

    NVCV_ERR_UNSUPPORTEDDRIVER

    The currently installed graphics driver is not supported.

    NVCV_ERR_UNSUPPORTEDGPU

    The GPU is not supported.

    NVCV_ERR_WRITE

    An error occurred while writing a file.

    NVCV_ERR_WRONGGPU

    The current GPU is not the one selected.

    NVCV_ERR_WRONGSIZE

    A supplied parameter is not the expected size.

    NVCV_SUCCESS

    The procedure returned successfully.