Property AccelerationType
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
AccelerationType
Used as value in #CAP_PROP_HW_ACCELERATION and #VIDEOWRITER_PROP_HW_ACCELERATION note In case of FFmpeg backend, it translated to enum AVHWDeviceType (https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/hwcontext.h)
public VideoAccelerationType AccelerationType { get; }