Location:
MindVision Industrial Camera Complete Installation & Usage Guide

MindVision Industrial Camera Complete Installation & Usage Guide

2026-06-28 15:51


MindVision · Industrial Cameras  

MindVision Industrial Camera
Complete Installation & Usage Guide

A step-by-step walkthrough covering installation, demo software, and multi-interface integration for the entire MindVision camera lineup

📋 Table of Contents

  1. Product Overview — 9 Core Advantages of MindVision Industrial Cameras
  2. Software Installation — From Setup Package to Driver Deployment
  3. Demo Software Tutorial
  4. DirectShow Interface — Universal Video Access on Windows
  5. TWAIN Interface — Cross-Platform Image Acquisition
  6. Third-Party Software Integration & SDK Development

1. Product Overview — 9 Core Advantages

The MindVision industrial camera series spans USB 2.0, USB 3.0, GigE (Gigabit Ethernet), and 1394 interfaces — supporting both CCD and CMOS sensors. With a unified SDK and rich ecosystem, these cameras are widely deployed in machine vision, industrial inspection, scientific research, and metrology applications.

Here are the 9 standout features that set MindVision apart:

1

Unified SDK

A single SDK and demo platform across USB 2.0, USB 3.0, GigE, and 1394 cameras — no more dealing with interface-specific or model-specific differences.

2

Multi-Camera Support

Connect and manage multiple cameras on one PC. Assign custom names to each camera; the name persists across computers and interfaces.

3

4-Group Parameter Profiles

Save and load parameter sets from files for easy mass production. Match profiles by camera name, serial number, or model.

4

Hardware-Accelerated ISP

Rich image processing pipeline with hardware acceleration — improving image quality while reducing CPU load.

5

Broad Third-Party Support

Native support for DirectShow, TWAIN, Halcon, LabVIEW, OpenCV, and OCX interfaces.

6

Precision Timestamping

Every camera supports hardware timestamps. Accurately record the exact acquisition time of each frame.

7

Bilingual Interface

Available in both Chinese and English, with dynamic runtime switching — ideal for international deployments.

8

Intuitive Configuration UI

Same configuration interface across DirectShow, TWAIN, and SDK — learn once, use everywhere.

9

Deep Customization (OEM/ODM)

Software, hardware PCB, I/O expansion, and bespoke CMOS/CCD development — all available upon request.

2. Software Installation Guide

⚠️ Important: Before installing, close any antivirus software (especially 360 Safeguard) and IM applications. Some antivirus tools may falsely flag and delete camera driver components, causing the camera to malfunction.

2.1 Installation Steps

  1. Install Third-Party Software (Optional)If you plan to use Halcon, LabVIEW, Digimizer, Image-Pro Plus, or Scope Photo, install them first. Skip if you only need the MindVision demo application.
  2. Run the Setup PackageDouble-click XXXX Platform Setup(x.x.x.x).exe (x.x.x.x is the version number). On first run, select Chinese(Simplified) or English from the dropdown, then click OK.
使用说明1.png
Fig. 2.1: Language selection during initial setup
  1. Select Camera Kernel DriversCheck the boxes for the camera interfaces you intend to use — USB camera kernel driver and/or GigE camera kernel driver.
使用说明2.png
Fig. 2.2: Choosing which kernel drivers to install
  1. Set the Installation PathClick Browse to choose the target directory, then click Next.
使用说明3.png
Fig. 2.3: Setting the installation directory
  1. Begin InstallationChoose a Start Menu folder name, then click Install and wait for the progress bar to complete.
使用说明4.png
Fig. 2.4: Installation complete — demo program, dev docs, sample code, and utilities are all deployed
  1. Connect the Camera and Install the Device DriverFor USB cameras: connect the camera to the PC via the USB cable. When Windows prompts for driver installation, click Next to let the system search and install automatically. Once installed, reconnecting the same camera model will be automatic — no pop-ups.

💡 Tip: First-time users should run MVDCP.exe (the demo application) from the desktop. It is a full-featured demo platform built on the SDK, giving you a complete tour of the camera's capabilities.

3. Demo Software Tutorial

After installation, connect the camera to your PC and double-click Demo Program.exe on the desktop. The software automatically searches for and initializes all connected cameras.

使用说明5.png
Fig. 3.1: Main interface — menu bar, toolbar, live preview area, and status bar

3.1 Menu Bar

The menu bar at the top organizes all functionality into six categories:

📷Camera SettingsExposure control, trigger mode, color adjustments, I/O operations, video parameters, resolution, crosshair overlay, LUT lookup table, image processing, and more
👁️Preview ControlZoom-to-fit mode and 1:1 pixel mode; scroll to navigate large images in 1:1 view
📸Image CaptureSnapshot (independent resolution, auto-capture interval, format selection) and video recording (save as AVI)
🔧ToolsExternal measurement software interface; Digimizer supported by default; configurable for third-party tools
⚙️OptionsToggle various notification and prompt settings
HelpHelp documentation and version information

3.2 Toolbar

The toolbar sits below the menu bar, providing one-click access to frequently used functions:

使用说明6.png
Fig. 3.2: Toolbar buttons and the soft-trigger configuration panel
⚙️Camera SettingsOpen the camera parameter configuration window
Soft TriggerFire a single software trigger; configure frames per trigger in settings
▶️Start PreviewEnable the camera; SDK begins receiving image data
⏸️PauseSuspend camera operation — pauses preview, snapshot, and recording
⏹️StopStop camera operation entirely
🔍ZoomZoom in / out / full-screen display
📷SnapshotCapture the current frame and save to disk
📐Measurement ToolSend the current preview image to an external measurement application
💡Auto ExposureEnable or disable automatic exposure control
🎨One-Click White BalancePerform a single white balance correction based on the current preview image

3.3 Live Preview & Context Menu

The preview area supports two display modes. Right-clicking opens a context menu. Selecting 1:1 Display Mode from the right-click menu centers the view on the click location — ideal for zooming into a specific region of interest.

使用说明7.png
Fig. 3.3: Right-click context menu & status bar (showing image dimensions, frame rate, and zoom ratio)

4. Using the DirectShow Interface

DirectShow is the universal video interface standard on Windows. Nearly all commercial imaging software — including Scope Photo, Image-Pro Plus, Halcon, and LabVIEW — accesses capture devices through DirectShow.

Below is a complete walkthrough using Scope Photo + the U300 USB 2.0 camera:

  1. Connect the Hardware Use the data cable to connect the camera to your PC.
  2. Launch & Detect Open Scope Photo. The connected camera appears under the Live Capture section.
使用说明8.png
Fig. 4.1: Scope Photo launch screen — the U300 camera is auto-listed under "Live Capture"
  1. Configure Camera ParametersGo to SettingsVideo Source Properties. This opens the camera configuration window where you can adjust exposure, color, resolution, and all other parameters.
使用说明9.png
Fig. 4.2: Camera configuration window under DirectShow — same unified interface as the demo application
  1. Set Video ResolutionGo to SettingsVideo Stream Format. Choose the desired resolution from the list.
使用说明10.png
Fig. 4.3: Resolution selection window under DirectShow

✅ Key advantage: The camera configuration window is identical across DirectShow, TWAIN, and SDK interfaces. Learn it once, and you're set everywhere.

5. TWAIN Interface — Cross-Platform Image Acquisition

TWAIN is another major image acquisition standard. The key difference from DirectShow: TWAIN is cross-platform, working on Windows, Linux/Unix, and macOS. Below we demonstrate TWAIN integration in three popular applications.

5.1 Using TWAIN in Adobe Photoshop

  1. Connect the camera to your PC via the data cable.
  2. Open Photoshop, go to FileImport, and select the camera from the device list.
  3. In the TWAIN preview window, adjust the frame and click Capture. The image is imported directly into Photoshop.
使用说明11.png  
Fig. 5.1: Acquiring images via TWAIN in Adobe Photoshop

5.2 Using TWAIN in Scope Photo

Scope Photo supports both DirectShow and TWAIN simultaneously:

  1. Go to FileImage ImportTwain: Select Device(S)… and choose your camera.
  2. Go to FileImage ImportTwain: Acquire(A)… to open the preview window.
  3. Adjust the frame and click Capture. The image is imported into the Scope Photo workspace.
使用说明12.png  
Fig. 5.2: Selecting a TWAIN device in Scope Photo
使用说明13.png
Fig. 5.3: Image captured via TWAIN in Scope Photo

5.3 Using TWAIN in Image-Pro Plus

Image-Pro Plus is a globally recognized scientific image analysis platform:

  1. Go to AcquireSelect Scanner… and choose the camera.
  2. Go to AcquireScan… to open the TWAIN preview window.
  3. Adjust and capture — the image is ready for analysis in Image-Pro Plus.
使用说明14.png
Fig. 5.4: Image acquisition via TWAIN in Image-Pro Plus

6. Third-Party Software Integration & SDK Development

6.1 Halcon Interface

MindVision cameras offer native Halcon support. For detailed instructions, refer to Chapter 5 of the Industrial Camera Development Manual in the Document folder of your installation directory.

6.2 LabVIEW Interface

LabVIEW users can find complete integration steps and examples in Chapter 6 of the Industrial Camera Development Manual.

6.3 VisionPro Interface

Currently, only GigE cameras (model prefix MV-GE) support VisionPro. See Chapter 7 of the development manual for full details.

📚 Development Resources at a Glance:
 · Document/ — The Industrial Camera Development Manual, covering SDK architecture, API reference, and sample programs
 · Demo/ — Multiple source-code examples covering image capture, parameter configuration, multi-camera management, and more

6.4 SDK Custom Development

If standard interfaces still don't meet your project requirements, MindVision provides full SDK-level development support. The SDK folder includes the development manual and multiple example projects with complete source code, covering image acquisition, parameter configuration, multi-camera management, and more — ready for quick prototyping.

使用说明15.png
Fig. 6.1: Installation directory structure — SDK and development resources overview

📞 Get in Touch

Have questions about MindVision industrial cameras? Need a custom solution or technical support? Reach out — we're here to help.

🌐

Official Website

www.mindvision.ltd

📱

Phone

400-998-7281

📍

Address

Shenzhen MindVision Technology Co., Ltd.
Shenzhen, Guangdong, China

We’ll be glad to help you

  • Full Name

  • Company Name

  • E-mail*

  • Country / Region

  • Your Needs / Application*

  • Verification code

请输入主标题
请输入要描述的内容进行内容补充
请输入主标题
请输入要描述的内容进行内容补充
请输入主标题
请输入要描述的内容进行内容补充
请输入主标题
请输入要描述的内容进行内容补充
Tel:+86 18476546577
WhatsApp:1121038577
LinkedIn:Shenzhen MindVision Technology Co., LTD
Email