Releases: qian256/HoloLensARToolKit
v0.2
Second stable release of HoloLensARToolKit project, that supports fiducial marker tracking using the locatable camera of HoloLens.
What's new?
HoloLensARToolKit v0.2 involves a re-write of video pipeline, taking advantage of Windows.Media.Capture APIs. Compared to v0.1 where the frame data is achieved via Unity WebcamTexture, Windows UWP APIs provide direct access to video control.
The current implementation uses .NET Task-based Asynchronous Pattern widely, to parallelize video capture, tracking, and Unity rendering. The dependency between each module is loosened. HoloLensARToolKit v0.2 is able to achieve: rendering at 45-60 fps, video capture at 30 fps, and tracking at 25-30 fps performance.
Supported Features
- Pattern marker tracking
- Barcode/Matrix marker tracking
- Multi-marker using multiple pattern or barcode markers
- Preview of video feed
- Magic functions for aligning the overlay with tracked objects
- Load default HoloLens camera calibration
- Asynchronized video pipeline (30 fps), tracking (25-30 fps), and rendering (45-60 fps).
- Samples unity scenes to demonstrate the usecases of different markers.
- Sample unity scene to visualize the coordinate system of each marker.
Compatibility
- Unity 5.6.x
- Visual Studio 2017
- ARToolKit 5.3.2
- Microsoft HoloLens
Documentations
v0.1
First stable release of HoloLensARToolKit project, that supports fiducial marker tracking using the locatable camera of HoloLens.
Supported Features
- Pattern marker tracking
- Barcode/Matrix marker tracking
- Multi-marker using multiple pattern or barcode markers
- Preview of video feed
- Magic functions for aligning the overlay with tracked objects
- Load default HoloLens camera calibration
- Asynchronized tracking and rendering, achieving 30+ fps.
- Samples unity scenes to demonstrate the above usecases.
Compatibility
- Unity 5.5.x
- Visual Studio 2015 Update 3
- ARToolKit 5.3.2
- Microsoft HoloLens