What's new in Video Capture Pro SDK ActiveX x64 3.0

Jul 4, 2023
  • Improved draw transparent PNG quality in DrawImage method. Please see this screenshot http://www.viscomsoft.com/doc/compare-issue.jpg
  • Added DrawImageEx method. It supports draw the images with a specific width and height.
  • Added Video Painter plugin. It allow add Freehand Drawing on video and support draw rectangles, circles, Fill an area enclosed by a drawn line, Eraser and Zoom the video.
  • Added EffectPainterClear, EffectPainterZoom methods.
  • Added EffectPainterDrawingColor, EffectPainterDrawingType, EffectPainterPenSize properties.
  • Added C#2010 C#2019, VB.NET 2010, VB.NET 2019 VideoPainter samples.
  • Updated VB6, C#2010 C#2019, VB.NET 2010, VB.NET 2019 CaptureFile, CaptureFileMP4File samples.

New in Video Capture Pro SDK ActiveX x64 2.0 (Jan 8, 2023)

  • Fixed video quality when connected to RTSP IP Camera. Especially improved the quality of moving objects.
  • Fixed crash issue if connected to IP camera for few hours.
  • Improved a lot of artifacts or corruption in the lower/bottom part of the picture issue if connected RTSP IP camera.
  • Fixed connected to IP Camera, then save to MP4 file, cannot change MP4 properties. e.g. Mp4Width, Mp4Height, Mp4Videobitrate, Mp4Framerate.
  • Added IPCamSetBufferSize property, it may improve the corruption in the lower/bottom part of the picture.
  • Added IPCamWidth, IPCamHeight, IPCamFrameRate Properties. After connected to IP camera, you may know the resolution and frame rate.
  • Added IPCamEndofStream event, this event will fired when disconnected IP Camera.
  • Updated VB6, VB.NET 2010, VB.NET 2019, C# 2010, C# 2019, VC++'s IPCamera samples.