Drivers Smartcam



The link will guide to our US site listing current available firmware including older releases. Link to firmware downloads. In addition to monitoring your home, the Wisenet SmartCam app and our SmartCam can be used to keep an eye on children, pets or stores. This application is optimized for Android 5.0 or higher. Applicable model: - SNH-V6431BN Main functions - Remote monitoring - Receive event alarms - Two-way audio communication - Play event videos.

Troubleshooting SmartCAM Graphics

May 23, 2018 Hanwha Techwin Co., Ltd. And its affiliates (collectively, “Hanwha”) may provide you some or all of the following: 1) access to Hanwha websites (the “Sites,” each a “Site”); 2) services accessible through the Sites (“Web Applications”); 3) software that can be downloaded onto a smartphone, tablet or other mobile device to access services (“Mobile Applications”); 4. SmartCAM is a critical component of your day to day manufacturing needs. With this in mind, we continue to enhance our software by growing the capabilities of existing features and functions, adding new technologies and capabilities, and standing behind the products with world class customer support.

Realtek Integrated Camera Driver for Windows 10, 8.1 (64-bit), 7 (32-bit, 64-bit) - ThinkPad Helix (Type 20CG, 20CH), X1 Carbon (Type: 20BS, 20BT).

Technote 229
Date: April 2009
Product: All SmartCAM Applications
Version: v14 and up

Problem:
The problem I am having is:

Jagged edges on lines at angle

If layer or step lines appear to be jagged or stair-stepped, when they are viewed from a non-parallel or perpendicular angle, it usually means the video card anti-aliasing has been disabled in your display driver.

Anti-aliasing is the display feature that smooths out lines drawn on angles.

This functionality is built into your display card driver and hardware and needs to be enabled in same. Theprocess for doing so varies between Windows versions and display driver manufacturers and versions. In general, youopen the Display Properties control panel or check Control Panel list for a panel by your video card manufacturer.From there, modify the 3D or OpenGL settings and enable Anti-aliasing.

Anti-aliasing often has a scale to adjust how much to use; for example 2X, 4X, 6X, etc. Try to use as lowa value as possible, 2X if you can. Higher values do not smooth out the image that much more, but they do increasethe workload for the video processor, which slows down performance.


Show Path flickers or graphics disappear when Show Path is finished.

If the Show Path graphics flicker while running, or if all the temporary graphics disappear immediately afterShow Path finishes (but the Show Path dialog is still open), then try adjusting the buffer handling.

Your SmartCAMcnc.INI contains a [Setup] section, with a variable named ShowPathDblBuf. ThisINI setting can be set to 0 or 1. 0 means turn off double-buffering, while1 says to enable it.

Initially, set the value to 1, then try Show Path. If it exhibits the same issues, try setting the value to 0.

Then double buffering is enabled (1), there will be a slight performance degradation due to the required buffer swapping.

SmartCAM reads all INI settings on startup, so you will need to close your SmartCAM applications, make your INI changes,and restart to see the results of the INI change. If you do not know where your INI files reside, seeTechnical Bulletin 244: How Do I Find My INI Files.


The Snap and Free-Coordinate icons are missing.

The separate snap and free-coordinate icons have been removed from the SmartCAM user interface. However, therelated functionality still exists. It is now in a simpler combination mode. This change is documentedin your application's help file. Select Help > What's New. From the What's New help topic, select 'Issues to Note.'


The large Free-Coordinate cursor is jumpy or flashes when moved.

This is due to the Linear Increment being set too coarsely. Set this value to a smaller number, suchas 0.0001.

Open Utility > Increment, then set Linear Increment to a small value. Use File > Keep Defaults tosave this value between SmartCAM sessions.

When not needed, you can also turn off unnecessary snap modes. The snap modes icons allow you toselect whether to snap to End Points, Mid-Point, Center-point, Intersections, and Spline/Polyline controlpoints. If any of these snap modes are not currently needed, turn them off.


The small Snap cursor is not a small 'cross' shape.

This is a Window's controlled setting, configured by your Theme or by the Mouse Properties control panel.Open the Mouse Properties control panel and select the Pointers tab. SmartCAM is using the 'Precision Select' cursor.Whatever cursor you have configured to be used, for this selection, will be used by SmartCAM.


The cursor is leaving trails on the screen as it is moved.

This is an issue with your display driver's OpenGL settings. OpenGL graphics are affected by a number of factors, including the display driver, video chip set, Windows version and service pack, and even DirectX settings. It may take a little experimentation to find which display driver setting is causing the cursor trails and how to resolvethe issue.

Additionally, by default the SmartCAM free coordinate cursor uses a technique called XOR to draw the linesdirectly to the screen and then erase them by drawing over them. This means that the cursor does not have tobe added to OpenGL's display list and the entire screen re-rendered each time the cursor moves. XORdrawing was introduced in OpenGL version 1.2. If your system is using an older version of OpenGL, it will notsupport XOR lines and a different approach will be required to resolve the cursor trails.

Note: You will need to close and restart SmartCAM after each change to see the effects.OpenGL display settings are fixed when the window is opened, so changes made while SmartCAM is running willnot be seen nor used. Exit SmartCAM before making any changes and restart to see the results.

  • Update your Video Card Driver

    Make sure you are running with the most recent drivers for your video card. Updating to current drivers often resolves a number of display problems. Download the drivers directly from the video card manufacturer's website; Windows Update should not be relied upon to handle this properly.

  • Modify UseGLXorDraw INI Setting

    Starting with SmartCAM v19.5, this change can be made from within SmartCAM. Use Utility - Options, set the Category to General Options, and adjust the OpenGL XOR Drawing Mode property. If currently set to Front-buffer, change to Back-buffer. If set to Back-buffer, change to Front-buffer.

    For SmartCAM versions older then v19.5, use the manual method described below.

    Your SmartCAMcnc.ini file contains an INI setting, in the [Gui] section, named UseGLXorDraw. By default the value for this INI setting is 1. If you are getting cursor trails, change the value to 2. If it is set to 2, try setting it to 1.

    If you do not know where your INI files reside, see Technical Bulletin 244: How Do I Find My INI Files.

    This INI setting selects which OpenGL buffer will be used for drawing the cursor.

    If you are using an ATI graphics card, setting the value to 2 often resolves the problem.

    There is a third setting for this INI option. Setting the value to 0 disables the XOR cursor. If after experimenting and finding no combination of settings or drivers that will address the cursor trails, you can set this value to 0. This turns off the XOR logic used for the cursor, instead drawing the cursor like all other geometry. This will have performance considerations, since without using XOR drawing, each time the cursor is moved the entire graphics view will need to be redrawn. Use the value 0 only as a last resort.

    This INI setting is documented in the SmartCAM Customization Guide.

  • Change your Active Profile

    Some video card drivers, many NVidia cards for example, include pre-configured settings for various applications. These are often referred to as Profiles. Experiment by changing the active profile to get a different set of display settings. Profiles related to CAD or CAM applications are generally successful. The 'AutoCAD' profile most often works, but user's have reported success with the Inventor, SOLIDWORKS, Remote View, Think Design, and UGS Teamcentre Engineering options as well.

    Open your display card's Control Panel; which is also sometimes available under the Display Properties control panel, Settings tab, Advanced button. Sometimes the video card's display settings are in accessed using an applet installed in the Windows Quick Start section of the Start Menu bar. Refer to your video card's documentation for information on how to locate the driver's settings.

    Note: The instructions refer to the display driver settings; settings used to control the display properties. They are not referring to the hardware settings accessed using the Device Manager.

  • Global Video Card Display Properties

    Most video card display drivers offer control over the individual display driver properties. The parameters vary widely and there is no common set, so you will need to review your video card's documentation to see what options are available. These options generally include such features as anti-aliasing, buffer management, vertical sync control, among others.

    Review your video card documentation for information on how to access these controls. In many cases, the display driver includes its own Control Panel; accessed from the Control Panel menu or from the Start menu quick launch area. Another common access method is through the Display Properties control panel, under Settings, then Advanced, then a video card specific tab.

    Under the 3D Settings or OpenGL settings, is generally a high level control option. For ATI's Catalyst Control Panel, this control can often be found by clicking on the 3D node on the settings tree view. For NVidia's control panel, try 'Adjust 3D Settings' followed by Adjust Image Settings with Preview. As mentioned, this locations are example, the actual location and name varies widely between video cards, chip sets, operating systems versions, and driver versions.

    The adjustment usually lets you globally adjust the parameters to select whether you want top performance or high quality. Try adjusting this control; try performance first then increment towards Quality. There is also normally an option to 'let the application decide', if this exists, try it.

  • Manual Display Properties

    If experimenting with the single 'global' setting does not give you the results you need, the next step will be to experiment with the individual settings. These settings are generally accessed in the same manner as the above global setting. The difference is that the global setting adjusts all the other settings en mass, while this step requires adjusting each setting manually.

    Not all settings in the display driver affect OpenGL graphics, some are used for DVD or video display, windows GUI, or games. Refer to your video card documentation to see which settings you should modify.

    Some common setting to experiment with include:

    Anti-Aliasing: SmartCAM usually works better with Anti-Aliasing enabled. If there is an application controlled option, try it first. If not, enable anti-aliasing and set to the lowest aliasing factor - usually 2X. Increase the aliasing factor as needed, not that anti-aliasing is not part of OpenGL and is handled completely by the video card so the larger the value the more work the video card has to perform and the slower the performance.

    Nvidia Graphics Cards
    User's have reported the following steps work well for NVidia video cards:

    • Open NVidia's control panel.
    • Go to Manage 3D Settings.
    • Click on the Program Settings tab.
    • Add your application executable to the program list; for example: ffm.exe.
    • Go to Antialiasing and select override any application settings. Under that, set the value to 2X and click apply.

    Anisotropic Filtering: This is primarily for display of bitmapped textures and usually has no effect on SmartCAM graphics. So user's have reported that setting this option to application controlled has helped. Since this setting generally should not affect SmartCAM, leave it as one of the last changes you might make while configuring your video.

    Triple Buffering: Customers have reported that enabling Triple Buffering can cause cursor trails. Turn Triple Buffering off.

    Buffer Flipping: Customers have reported that the Buffer Flipping mode needs to be in 'Use Block Transfer', not 'Auto Select'.

    General: There may be a number of other settings on the display properties. Where possible, set these to application controlled. Then individually, enable them to the lowest setting and increment from there. Another method is to turn everything off. Then enable each feature one by one, until you find which settings are affecting the cursor trails. Then, for these settings, try adjusting the parameters until you find one that works. If none are working, leave it turned off.

    Note: Through in-house testing and conversations with customers, we have found that most modern video cards can be configured to work. It may take a little experimentation to find which settings are causing problems, but so far, it has been possible to get all video cards working. The exceptions, so far, are motherboard embedded video based on the Intel graphics chip sets. The Intel graphics appears to be using an older OpenGL specification that pre-dates the addition of XOR graphics logic and these cannot be made to work without disabling the XOR cursor.

    If you are using an older video card, that does not support OpenGL 1.2 or better, or motherboard embedded video please consider upgrading to a newer, more capable video adapter. Not only will SmartCAM work better, but it will work faster with faster video processing.

  • Reduce the level of hardware acceleration being used.

    It has been found that the cursor trails can sometimes be eliminated by stepping down Windows video hardware acceleration. This should be a last resort change, as stepping down the hardware acceleration also slows down the video processing.

    Open your Display Properties control panel and select the Settings tab. Pick the Advanced button. When the new dialog opens, select the Troubleshoot tab. There is a slider that controls the level of hardware acceleration used. Reduce this value one notch from Full.

    Continue to reduce by one notch at a time. Checking SmartCAM after each application.

    If this does not resolve the problem, you can increase the support back to Full.

Print Graphics prints SmartCAM windows floating above the Graphics View

If a SmartCAM window, such as the Group Palette or the Print Graphics dialog is above the graphics view, it is capturedand printed along with the SmartCAM graphics.

This appears to be related to the NVidia Quadro video card driver settings. There is a setting for a Unified Depth Buffer,or Unified Back Buffer, or Unified Depth/Back Buffer (it varies). When enabled, the video driver takes over Windows depthmanagement and causes this issue.

Open the NVidia control panel and turn this option off.

RSS Feed for this tag 30 applications totalLast updated: May 12th 2018, 14:10 GMT

Gigabyte AERO 15X SmartCAM Utility 1.8 for Windows 10 64-bit

84
downloads
Windows 10 64 bit
May 12th 2018, 14:10 GMT

MSI X299M Gaming Pro Carbon AC TriDef SmartCam Utility 2.1.3

27
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Mar 15th 2018, 00:25 GMT

MSI X299 TOMAHAWK ARCTIC TriDef SmartCam Utility 2.1.3

28
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Mar 12th 2018, 13:42 GMT

MSI X299 TOMAHAWK TriDef SmartCam Utility 2.1.3

28
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Mar 9th 2018, 21:04 GMT

MSI X299 TOMAHAWK AC TriDef SmartCam Utility 2.1.3

22
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Mar 1st 2018, 09:59 GMT

Gigabyte P35X v7 SmartCAM Utility 1.8 for Windows 10 64-bit

34
downloads
Windows 10 64 bit
Nov 7th 2017, 06:09 GMT

Gigabyte P55W v7 SmartCAM Utility 1.8 for Windows 10 64-bit

23
downloads
Windows 10 64 bit
Nov 7th 2017, 04:20 GMT

Gigabyte P34G v7 SmartCAM Utility 1.8 for Windows 10 64-bit

27
downloads
Windows 10 64 bit
Nov 4th 2017, 18:25 GMT

Gigabyte P34K v7 SmartCAM Utility 1.8 for Windows 10 64-bit

33
downloads
Windows 10 64 bit
Nov 4th 2017, 14:57 GMT

Gigabyte P57W v7 SmartCAM Utility 1.8 for Windows 10 64-bit

64
downloads
Windows 10 64 bit
Nov 2nd 2017, 13:26 GMT

MSI PE62 7RD TriDef SmartCam Utility 2.1.2 for Windows 10 64-bit

65
downloads
Windows 10 64 bit
Nov 1st 2017, 16:40 GMT

Gigabyte P55W v6 SmartCAM Utility 1.8 for Windows 10 64-bit

28
downloads
Windows 10 64 bit
Oct 29th 2017, 08:15 GMT

Gigabyte P57W v6 SmartCAM Utility 1.8 for Windows 10 64-bit

38
downloads
Windows 10 64 bit
Oct 29th 2017, 05:43 GMT

Gigabyte P57X v7 SmartCAM Utility 1.8 for Windows 10 64-bit

28
downloads
Windows 10 64 bit
Oct 25th 2017, 13:37 GMT
AMDRadeon Adrenalin Edition Graphics Driver 21.2.2 Optional for Windows 10 64-bit
INTELNetwork Adapter Driver (IT Administrators) 26.0
INTELNetwork Adapter Driver (IT Administrators) 26.0 for Linux
MikroTikRouterOS ARM Firmware 6.47.9
AMDRadeon Adrenalin Edition Graphics Minimal Setup Utility 21.2.2 Optional 64-bit
INTELNetwork Adapter Driver 26.0 for Windows 10 64-bit
INTELEthernet Adapter Complete Driver Pack 26.0
NVIDIAData Center Graphics Driver 461.33 for Server 2019
AMDRadeon Adrenalin Edition Graphics Driver 21.2.2 Optional for Windows 7 64-bit
INTELNetwork Adapter Driver 26.0 for Windows 8.1 64-bit
Drivers
essential drivers

Gigabyte P55W R7 SmartCAM Utility 1.8 for Windows 10 64-bit

37
downloads
Windows 10 64 bit
Oct 25th 2017, 12:30 GMT

Gigabyte P37X v6 SmartCAM Utility 1.8 for Windows 10 64-bit

16
downloads
Windows 10 64 bit
Oct 24th 2017, 12:34 GMT

Gigabyte P35X v6 SmartCAM Utility 1.8 for Windows 10 64-bit

29
downloads
Windows 10 64 bit
Oct 24th 2017, 12:21 GMTDrivers

MSI PE72 7RD TriDef SmartCam Utility 2.1.2 for Windows 10 64-bit

759
downloads
Windows 10 64 bit
Oct 23rd 2017, 13:53 GMT

MSI Z370 Gaming Plus TriDef SmartCam Utility 2.1.3

103
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Oct 23rd 2017, 13:33 GMT

Gigabyte P57X v6 SmartCAM Utility 1.8 for Windows 10 64-bit

34
downloads
Windows 10 64 bit
Oct 23rd 2017, 10:09 GMT

Gigabyte Aero 14 SmartCAM Utility 1.8 for Windows 10 64-bit

35
downloads
Windows 10 64 bit
Oct 20th 2017, 10:42 GMT

MSI X299 Gaming M7 ACK TriDef SmartCam Utility 2.1.3

12
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Oct 18th 2017, 13:52 GMT

MSI Z370 Gaming M5 TriDef SmartCam Utility 2.1.3

18
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Oct 17th 2017, 19:29 GMT

MSI X299 Gaming Pro Carbon AC TriDef SmartCam Utility 2.1.3

14
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Oct 13th 2017, 14:28 GMT

MSI Z370 Gaming Pro Carbon AC TriDef SmartCam Utility 2.1.3

15
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Oct 13th 2017, 13:15 GMT

MSI Z370 Godlike Gaming TriDef SmartCam Utility 2.1.3

17
downloads
Windows 10 64 bit, Windows 10, Windows 8.1 64 bit, Windows 8.1, Windows 8 64 bit, Windows 8, Windows 7 64 bit, Windows 7
Oct 5th 2017, 15:38 GMT

Serioux SRXC-5000UM Camera Driver 1.0

1,765
downloads
Windows All

Drivers Smartcam Wireless

Jan 23rd 2015, 12:55 GMT

Serioux SRXC-800UM Camera Driver 1.0

6,314
downloads
Windows XP, Windows 2K, Windows ME, Windows 9X
Feb 26th 2013, 12:33 GMT

Drivers Smart Label Printer 620

Serioux SRXC-702UM Camera Driver 1.0

2,091
downloads
Windows All

Drivers Smart Card

Feb 26th 2013, 12:26 GMT
Windows All

Drivers Smartcam Drivers

Feb 26th 2013, 12:23 GMT