Skip to content

Releases: wysaid/CameraCapture

Release v1.0.1

01 Jul 02:53
9f9766e
Compare
Choose a tag to compare

🚀 ccap v1.0.1

📦 Downloads

Supported Platforms:

  • macOS (Universal Binary - supports Intel & Apple Silicon): ccap-macos-universal.tar.gz
  • Windows (MSVC x64 - includes Debug and Release versions): ccap-msvc-x86_64.zip

📁 Package Contents

  • Library Files: Static library files for linking
    • Windows: lib/ccap.lib (Release version) and lib/ccapd.lib (Debug version)
    • macOS: lib/libccap.a (Universal Binary)
  • Header Files: Complete C++ API header files
  • Example Programs: 5 complete usage examples
    • Windows: examples/Release/ and examples/Debug/ directories contain corresponding versions
    • macOS: examples/ directory contains executable files
  • Example Source Code: Ready-to-compile example code
  • Documentation: README and build instructions
  • CMake Configuration: Easy integration with other CMake projects

🔧 Usage

  1. Download the appropriate platform package
  2. Extract to your project directory
  3. Add the include directory to your compiler's include path
  4. Link the corresponding library file:
    • Windows Debug: Link lib/ccapd.lib
    • Windows Release: Link lib/ccap.lib
    • macOS: Link lib/libccap.a
  5. Refer to example code in the examples directory

📋 System Requirements

  • macOS: 10.13 or higher
  • Windows: Windows 10 or higher (requires Visual C++ Redistributable)

For complete changelog, see the auto-generated content below.

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

14 Jun 05:36
e04aa68
Compare
Choose a tag to compare

🚀 ccap v1.0.0

📦 Downloads

Supported Platforms:

  • macOS (Universal Binary - supports Intel & Apple Silicon): ccap-macos-universal.tar.gz
  • Windows (MSVC x64 - includes Debug and Release versions): ccap-msvc-x86_64.zip

📁 Package Contents

  • Library Files: Static library files for linking
    • Windows: lib/ccap.lib (Release version) and lib/ccapd.lib (Debug version)
    • macOS: lib/libccap.a (Universal Binary)
  • Header Files: Complete C++ API header files
  • Example Programs: 5 complete usage examples
    • Windows: examples/Release/ and examples/Debug/ directories contain corresponding versions
    • macOS: examples/ directory contains executable files
  • Example Source Code: Ready-to-compile example code
  • Documentation: README and build instructions
  • CMake Configuration: Easy integration with other CMake projects

🔧 Usage

  1. Download the appropriate platform package
  2. Extract to your project directory
  3. Add the include directory to your compiler's include path
  4. Link the corresponding library file:
    • Windows Debug: Link lib/ccapd.lib
    • Windows Release: Link lib/ccap.lib
    • macOS: Link lib/libccap.a
  5. Refer to example code in the examples directory

📋 System Requirements

  • macOS: 10.13 or higher
  • Windows: Windows 10 or higher (requires Visual C++ Redistributable)

For complete changelog, see the auto-generated content below.

Full Changelog: https://github.com/wysaid/CameraCapture/commits/v1.0.0