Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 977 Bytes

File metadata and controls

30 lines (19 loc) · 977 Bytes

EOCLib-Examples

This repository provides C++ console-based usage examples for using the proprietary EOCLib library developed by Dongwoon Anatech.

⚠️ Note: EOCLib itself (DLL, header, lib files) is not included in this repository.
These examples require the EOCLib SDK, which must be obtained separately under license.


📌 What is EOCLib?

EOCLib is a firmware support library used for evaluating actuator modules, including auto-focus (AF), optical image stabilization (OIS), and related components. It supports various calibration and compensation features.


✅ Included Examples

  • AF Drift Compensation
  • Crosstalk Compensation
  • Linearity Compensation
  • Gyro Gain Calibration
  • Circle / Square Motion Accuracy Test
  • Hall Accuracy Test
  • EEPROM / User Memory Access

🚀 How to Build

You must have the EOCLib SDK and header files. This repository only provides example source code.