Releases: wysaid/CameraCapture
Releases · wysaid/CameraCapture
Release v1.0.1
🚀 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) andlib/ccapd.lib
(Debug version) - macOS:
lib/libccap.a
(Universal Binary)
- Windows:
- Header Files: Complete C++ API header files
- Example Programs: 5 complete usage examples
- Windows:
examples/Release/
andexamples/Debug/
directories contain corresponding versions - macOS:
examples/
directory contains executable files
- Windows:
- Example Source Code: Ready-to-compile example code
- Documentation: README and build instructions
- CMake Configuration: Easy integration with other CMake projects
🔧 Usage
- Download the appropriate platform package
- Extract to your project directory
- Add the
include
directory to your compiler's include path - Link the corresponding library file:
- Windows Debug: Link
lib/ccapd.lib
- Windows Release: Link
lib/ccap.lib
- macOS: Link
lib/libccap.a
- Windows Debug: Link
- 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
🚀 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) andlib/ccapd.lib
(Debug version) - macOS:
lib/libccap.a
(Universal Binary)
- Windows:
- Header Files: Complete C++ API header files
- Example Programs: 5 complete usage examples
- Windows:
examples/Release/
andexamples/Debug/
directories contain corresponding versions - macOS:
examples/
directory contains executable files
- Windows:
- Example Source Code: Ready-to-compile example code
- Documentation: README and build instructions
- CMake Configuration: Easy integration with other CMake projects
🔧 Usage
- Download the appropriate platform package
- Extract to your project directory
- Add the
include
directory to your compiler's include path - Link the corresponding library file:
- Windows Debug: Link
lib/ccapd.lib
- Windows Release: Link
lib/ccap.lib
- macOS: Link
lib/libccap.a
- Windows Debug: Link
- 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