You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
01、Stable;
02、Efficient;Basically no performance loss. Consistent with the performance provided by hardware;
03、Supports all DirectShow video input devices;
04、Supports x86、x64 platform;Win7、Win10 OS(Not test under Win11, it should be work normally);
05、Support video preview, snap and image overlay;
06、Support HD snap(Screenshot and noise reduction);
07、Support MP4 (H264) video save to files;
08、Support hardware accelerated MP4 encode; Support Intel and Nvidia graphics cards;
09、Support RTMP video streaming; No CPU consumption (with hardware acceleration enabled);
10、Support video graffiti. You can draw pictures directly on the video, and then push them out by RTMP (which can be used for remote teaching and consultation);
11、Support adjusting video display style; Such as horizontal mirror image, vertical mirror image, etc;
12、Support virtual desktop;
13、Support face detection;
14、Intel Supporting MP4 encode must be 630 or above;
15、Nvidia Supporting MP4 encode must be GTX 1030 above;
<https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new>
01、Video SDK Init:dbVideo_Init;
02、Get video device list:dbVideo_EnumVideoInputDevice;
03、Get video support resolution:dbVideo_EnumVideoFormat;
04、Start video preview:dbVideo_PreviewStart;
05、Snap(dbVideo_SnapBmp)、MP4 record(dbVideo_RecordMP4)、RTMP live(dbVideo_LiveRTMP),DeNoise(dbVideo_DeNoiseStyle),And so on......;
06、Stop video preview:dbVideo_PreviewStop;
07、Video SDK Free:dbVideo_Free;
四:Future:
1、Support face recognition and face registration;
2、Support license plate recognition;