What's new in VideoCap ActiveX Control 16.0.0.0

Apr 10, 2024
  • Added Barcode reader feature. Support read 1D, 2D Barcode. Supported UPC-A, UPC-E, EAN-8, EAN-13, Code 39, Code 93, Code 128, ITF, Codabar, MSI, RSS-14 (all variants), QR Code, Data Matrix, Aztec and PDF-417.
  • Added UseBarcodeReader property. Enable or Disable the read barcode feature.
  • Added BarcodeInterval property. Support read barcode at specific Interval.
  • Added BarcodeEnable property. Support enable or disable read barcode at run time.
  • Added BarcodeDetected event. Support Fired this event, return the barcode value when barcode detected.
  • Recreate all C#2010, C#2019, VB.NET 2010, VB.NET 2019 samples. Fixed Some old samples cannot open.
  • Added VS2019 VC CaptureFileMP4Encoder, Barcode Reader samples.
  • Added VB6, VB.NET2010, VB.NET2019, C#2010, C#2019, VS2019 VC Barcode Reader samples.

New in VideoCap ActiveX Control 15.5.0.0 (Nov 22, 2022)

  • 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.
  • 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 IPCamera samples

New in VideoCap ActiveX Control 15.0.0.0 (Aug 9, 2022)

  • Fixed so few video formats listed. now many video formats listed for selected video device.
  • Fixed BlackMagic decklink 4 port card cannot preview.

New in VideoCap ActiveX Control 14.5.0.0 (Feb 7, 2022)

  • Fixed SnapShotJPEG method, it will let application exit issue when preview MJPEG IP camera.
  • Added support use ShowFullScreen method to enable full screen when preview IP camera.
  • Fixed after call ShowFullScreen method , if use the mouse click the video first, then cannot use keyboard to close the full screen.
  • Fixed call ResizeControl, the preview window have not refresh immediately when preview MJPEG IP camera.
  • Improved GetSampleBufferRGB method takes a long time to return the buffer, now it run faster.
  • Fixed GetSampleBufferRGB method, it always crashes when run a few hours.
  • Fixed GetSampleBufferRGB method, it will crash if buffer is empty. Now it will return black image when the buffer is empty.
  • Updated VB.NET 2010, VB.NET 2019, C# 2010, C#2019 CaptureFile, CaptureFileMP4Encoder, IPCamera, FrameGrabber samples.

New in VideoCap ActiveX Control 14.0.0.0 (Dec 15, 2021)

  • Removed CapturePlaybackDevice property. Now added Viscomsoft Virtual Audio Speaker device. ( VirtualAudioSpeakerFilter.ax ) If you selected this audio device, it will capture the audio from specific playback device.
  • Fixed capture the audio from speaker or playback device to MP4, AVI, WMV file. It have audio lag issue.
  • Added support display Audio Spectrum Visualization features in standad version, it does not need buy additional plugin.
  • Fixed VS2019 samples display System.InvalidOperationException issue.
  • Updated VB.NET 2019, VB.NET 2010 , C# 2019, C# 2010, VB6, VC++ 's CaptureFile, CaptureFileMP4Encoder samples.

New in VideoCap ActiveX Control 13.5.0.0 (Nov 4, 2021)

  • fixed preview the camera display black window, updated use VMR7 for video renderer by default, it will more stable. because some display card does not support use VMR9 for video renderer.
  • fixed preview RTSP IP camera video artifacts and distortion issue.
  • updated VB.NET 2019, VB.NET 2010 , C# 2019, C# 2010, VB6, VC++ IP Camera samples.

New in VideoCap ActiveX Control 13.0.0.0 (Mar 13, 2021)

  • Fixed cannot snapshot when CustomVideoCard= true.
  • Fixed connected to IP camera failed, then call Snapshot, SnapShot2Picture, SnapShot2HBITMAP methods, the application exit issue.
  • Added SnapShot2ByteArray method.
  • Added support display Audio Spectrum Visualization to detect and determine audio activity, Customize bar color, size of Spectrum window, Stereo/Mono Mode (need purchased Audio Spectrum Visualization plugin)
  • Added UseSpectrum, SpectrumStereo, SpectrumBarColor1, SpectrumBarColor2,
  • SpectrumSeparatorColor, SpectrumWidth, SpectrumHeight, SpectrumOwner properties.
  • Updated VB6,VC, C#2010, C#2019, VB.NET 2010, VB.NET 2019, Ms Access 2016 CaptureFile, CaptureFileMP4Encoder, IPCamera samples.

New in VideoCap ActiveX Control 12.0.0.0 (Aug 16, 2020)

  • Fixed cannot capture to avi or wmv issue.
  • Fixed DblClick, Click Event no longer works after the Start method is called for capturing.
  • Updated videoformat list, now it will show support resolution only, it will not display video color format and duplicate item.
  • Added support display non english (e.g. German, Spanish, Korean, Chinese, Japanese) name of video device, video format, audio device, audio input pin.
  • Added support use non english file name when save to avi, wmv, mp4 file.
  • Added support use non english name of Mp4Album,,Mp4Author,Mp4Comment, Mp4Copyright, Mp4Title properties when save mp4 file.
  • Added support capture audio from specific playback device or speaker when save to avi, wmv, mp4 file.
  • Added GetPlaybackDeviceCount method, Return the count of Playback Device.
  • Added GetPlaybackDeviceName method, Return the name of specific Playback Device.
  • Added PlaybackDevice property , Get/Set the active playback device.
  • Added CapturePlaybackDevice property,Enables/disables the capture the audio from playback device.
  • Updated VB6, C# 2010, VB.NET 2010, CaptureFile, CaptureFileMP4Encoder samples.
  • Added VB.NET 2019, C# 2019 samples.

New in VideoCap ActiveX Control 11.0.0.0 (Apr 11, 2019)

  • Added Mp4GPUCodec property. When encoding to MP4 file with GPU Hardware Acceleration.It support use NVIDA , AMD and Intel Core GPU technologies to output MP4 file.
  • Added Mp4DetectGPU method, it support checking your computer whether support GPU Hardware Acceleration. e.g. NVIDA CUDA , AMD, and Intel Core™ technologies.
  • Added Mp4NVIDAPreset property that allow can minimize usage of CPU , let the output video quality is better. output Low-Latency mp4 video if the computer support NVIDA GPU.
  • Fixed StartIPCamera method hang issue, if network connection problem or IP camera have not turn on. e.g. StartIPCamera("rtsp://192.168.0.123:554/mpeg4","","")
  • Fixed if called Start method many times , then it have black screen issue.
  • Fixed selected Virtual Screen Capture device cannot capture to mp4 file issue.
  • Added viscomsoftmp4encoderplugin.dll file that will use some new dll files.
  • Added viscomsoftmp4encoderplugin-noGPU.dll file that will using on Windows XP only.
  • Updated the trial version installer that will installing viscomsoftmp4encoderplugin.dll or viscomsoftmp4encoderplugin-noGPU.dll depend on the OS.
  • Updated C#2010, C#2015, VB.NET 2010, VB.NET 2015, VB6, VC CaptureFileMP4Encoder samples.

New in VideoCap ActiveX Control 10.5.0.0 (Oct 15, 2018)

  • fixed output mp4 file, the ‘Date” is changed to 6/6/1905 on windows 10.
  • added support MS Access 2016. added IsMsAccess property. if set to true, it can use on Ms Access 2016.
  • added CameraFocus object, let control Focus in C# or VB.NET.
  • fixed Brightness, BacklightCompensation, ColorEnable, Contrast, Saturation, Sharpness, WhiteBalance Object cannot set Auto = true issue.
  • fixed Brightness, BacklightCompensation, ColorEnable, Contrast, Saturation, Sharpness, WhiteBalance Object cannot get Auto property correctly.
  • added High DPI support on Windows 10 . Fixed If usere selected Windows Display setting, select Scale and layout from 100% to 125%,150% or another scale ratio on windows 10. The video preview windows will not display full size issue.
  • added support MS Access 2016. added IsMsAccess property. if set to true, it can use on Ms Access 2016.
  • added use the Video Mixing Renderer 9 automatically. If it cannot use Video Mixing Renderer 9 , it will use old video renderer.
  • fixed save to avi file, then cannot save to wmv video issue.
  • added UseOldVMR property.
  • added Ms Access 2016 DatabasePreview.accdb ,DatabaseMP4Encoder.accdb and DatabaseIPCamera.accdb samples.
  • updated VB.NET 2010, VB.NET 2015 ,C# 2010, C# 2015 CameraControl samples.

New in VideoCap ActiveX Control 10.1.0.0 (Mar 31, 2018)

  • fixed rebuild the project in C# or VB.NET , it will crash on IDE.
  • updated C#2010 IP Camera sample.

New in VideoCap ActiveX Control 10.0.0.0 (Feb 3, 2018)

  • rewrite IP Camera engine, it support more IP camera.
  • Improves speed and accuracy for IP Camera feature.
  • added support Listen to live audio from IP camera.
  • added support RTSP H264 MPEG4 IP Camera (need H264 RTSP IP Camera plugin)
  • updated all VB6 samples, fixed MSCOMCTL.OCX could not be load failed error message.
  • updated VB6, VB.NET 2010, VB.NET 2015, C# 2010, C#2015 VC IP Camera sample.

New in VideoCap ActiveX Control 9.6.0.0 (Sep 19, 2017)

  • Restore CaptureAudio property feature same as version 9.0, it will not listen to the audio when preview, because when capturing to video, the customer may not like listen the audio from speaker.
  • added PreviewCaptureAudio property, set this property to true it will listen to the audio when preview

New in VideoCap ActiveX Control 9.5.0.0 (May 26, 2017)

  • Fixed crash issue and VB6 compile the project crash issue.
  • Added InitControl method, fixed some development tools (Agilent VEE Pro,it looks like labview) cannot initialize the control automatically.
  • Added iSecond, iOnedecimalplace parameter in Capturing event, now when capturing, you will know the duration of captured video.
  • Added set the CaptureAudio property = true , it can listen to the audio when preview.
  • For old version it cannot listen to the audio when preview. now you may set CaptureAudio property to enable/disable listen to the audio when preview.
  • Added VirtualScreenShowMouseHighlight method , it allow enable or disable mouse highlight features with virtual screen capture.
  • Added anti-alias handle on Virtual Screen Capture Plugin.
  • Updated VB6, VB.NET 2010 , C# 2010 CaptureFileMP4Encoder samples.

New in VideoCap ActiveX Control 9.0.0.0 (Apr 5, 2017)

  • fixed C# 2015 IDE crash issue.
  • added support on Windows 10.
  • fixed Microsoft Camera frame rate issue when save to avi file on windows 10.
  • updated Snapshot, SnapShotJPEG methods's memory issue.
  • added checking the range of supported frame rates when set FrameRate property.
  • added Mp4AspectRatio property, allow enable or disable aspect ratio when output MP4 video.
  • added VB.NET 2015 , C# 2015 samples.

New in VideoCap ActiveX Control 8.5.0.0 (Dec 12, 2015)

  • added new Virtual Screen Capture plugin, it support Screen Capture with highlight color , left click effect, right click effect, custom cursor file and support capture full screen or part of screen and support multi-monitor screen capture.
  • fixed DeviceChange event will fired two times on some web cam.
  • added VirtualScreenCursorFile, VirtualScreenShowSystemCursor, VirtualScreenRightClickColor, VirtualScreenLeftClickColor, VirtualScreenHighlightColor, VirtualScreenCaptureFullScreen methods.
  • updated VB6, VB.NET 2010 VirtualScreen samples.

New in VideoCap ActiveX Control 8.0.0.0 (Aug 13, 2015)

  • rewrite MP4 Encoder plugin, now it can real time capturing to HD MP4 video on
  • any windows OS. Fixed audio sync issue. Custom define MP4 resolution, Video/Audio Bitrate, Audio Sample rate, Audio Channels.
  • added support add metadata when output MP4 video.
  • added Mp4Album,Mp4Width,Mp4Height, Mp4FrameRate, Mp4Audiochannel,Mp4Author,Mp4Comment, Mp4Copyright, Mp4Title properties.
  • updated VC , VB.Net 2010, C# 2010, VB6 samples

New in VideoCap ActiveX Control 7.5.0.0 (Feb 23, 2015)

  • added MP4 Encoder plugin that support capture to H264 MP4 video (need purchased MP4 encoder plugin)
  • added UseMP4EncoderPlugin, Mp4AudioSamplerate, Mp4Audiobitrate, Mp4H264Profile, Mp4VideoBitMode, Mp4Videobitrate properties.
  • added Capture to MP4 vb6, c#2010, vb.net 2010 vc samples.
  • fixed cannot use Zoom, Focus, Pan, Exposure, Tilt, Roll, Iris camera control features.
  • added allow set Auto property of all camera control features . e,g, Zoom, Focus, Pan, Exposure, Tilt, Roll, Iris, BacklightCompensation, Brightness, Contrast, Saturation.
  • fixed Auto property return not correct value of all camera control features . e,g, Zoom, Focus, Pan, Exposure, Tilt, Roll, Iris, BacklightCompensation, Brightness, Contrast, Saturation.

New in VideoCap ActiveX Control 7.0.0.0 (Feb 23, 2015)

  • added Sample Grabber to PictureBox, Bitmap handle features.
  • added CustomVideoCard property. If VideoCap cannot preview your video device. You may try Set the custom video card =true, it may let videocap support your video device.
  • added allow set the capture area and video format when using Virtual Screen Capture. You may dynamic change the virtual screen capture area.
  • added SampleBuffer2HBITMAP, SampleBuffer2Picture, VirtualScreenCaptureArea, VirtualScreenVideoFormat,
  • DeleteImageHandle, DeleteSampleBufferPicture methods.
  • added Picture in Picture effect support 4 cams in same time.
  • added SampleBuffer2 event.
  • updated vb6, vb.net 2010 , c#2010 Sample Grabber samples. You may use sample grabber in .net now.
  • added vb6, vb.net 2010 4 Cams Picture in Picture effect samples.
  • added vb6, vb.net 2010 virtual screen samples.

New in VideoCap ActiveX Control 6.5.0.0 (Aug 26, 2013)

  • added Virtual Screen Capture plugin.

New in VideoCap ActiveX Control 6.3.0.0 (Mar 13, 2013)

  • updated c# 2010 and vb.net 2010 sample. Fixed application crashes with a vshost32.exe error.
  • fixed MS Access, VB crash issue.
  • added GetAudioCompressorCount, GetAudioCompressorName,GetAudioDeviceCount, GetAudioDeviceName, GetAudioInputPinCount, GetAudioInputPinName, GetDeviceCount, GetDeviceName, GetVideoCompressorCount,
  • GetVideoCompressorName, GetVideoFormatCount, GetVideoFormatName, GetVideoInputCount, GetVideoInputName, GetWMVProfileCount, GetWMVProfileName methods.
  • fixed crash issue in Visual Studio's design time environment. 100% will not crash on
  • Visual Studio 's design time environment now.
  • support on Window 8.
  • added digital signed for ocx and exectuable of installer files.
  • fixed c#2010 and vb.net 2010 samples cannot run on 64 bit OS issue.

New in VideoCap ActiveX Control 6.0.0.0 (Mar 13, 2013)

  • fixed two same model of video device installed on system. if create two instance of activex , access different video device for each instance of activex, only one instance of activex can preview issue.
  • added allow unload or close the video device.
  • added allow add picture in picture effect, video capture device mixing image file or mixing two video capture devices.
  • added c# 2010, vb.net 2010 samples.
  • updated all samples.
  • added unload method.
  • added PIPAddImage, PIPAddVideoDevice, PIPInitDisplayArea, PIPAddPIPEffect, PIPStart, PIPStop methods.

New in VideoCap ActiveX Control 5.0.0.0 (Mar 13, 2013)

  • added dual display feature, the video will display full screen on monitor 2.
  • fixed IP cam issue for StartDot NetCam SC IP camera.
  • added allow hide or show full screen on monitor 2.
  • added allow return RGB Buffer if set SampleBufferMode property to 3. Now you may read the RGB value of each pixel easily.
  • added GetSampleBufferRGB method.
  • added ShowDualScreen method.
  • added UseDualDisplay property.
  • updated the samples.
  • redesigned access IP camera engine, it support almost all IP camera that support MJPEG stream.
  • support password protected IP camera.
  • support snapshot the video from IP camera.
  • added ReleasePictureBox method.
  • updated StartIPCamera method.
  • removed EnableIPCamera, IPCameraFile, IPCameraFileSeqNo CaptureIPCameraFile properties.

New in VideoCap ActiveX Control 4.0.0.0 (Mar 13, 2013)

  • improved the sync issue when output avi, wmv file.
  • added select different sync mode.
  • added allow custom define video format(resolution)
  • improved show full screen mode and allow using keyboard key or mouse button to close the full screen.
  • updated ShowVideoCapturePropertyPage, ShowVideoFormatPropertyPage, ShowAudioCapturePropertyPage, ShowCrossbarPropertyPage methods. it can set the window handle of parent window.
  • added SyncMode, SyncStreamOffset properties
  • added ClearFullScreenKey, ClearFullScreenMouseButton, ClearFullScreenType, CustomVideoColorFormat, CustomVideoHeight, CustomVideoWidth, ReceivedFullScreenHWnd properties.
  • added CustomVideoFormatError, FullScreenKeyDown, FullScreenKeyup events.

New in VideoCap ActiveX Control 3.5 (Feb 26, 2007)

  • added Capture Video stream From IP Camerea.
  • added Frame grabber to memory or clipboard.
  • added Detecting insert or remove USB device.
  • added Support FM Radio, AM Radio, Digital Satellite Service TV Tuner.
  • added full screen display.
  • fixed refresh video, audio device issue in.Net.