Page MenuHomePhabricator

Kinect 2 Integration
Closed, ResolvedPublic

Description

Implement a module for integration of Kinect 2. The Kinect 2 runs currently only in Windows 8 and needs a Microsoft SDK dependency.

Event Timeline

New remote branch pushed: bug-16570-Kinect2

New remote branch pushed: bug-16570-KinectV2

[5141b8]: Merge branch 'bug-16570-KinectV2'

Merged commits:

2013-12-23 16:05:22 Thomas Kilgus [d22212]
IR image, minor fixes and ToFUtil code which is done via properties.


2013-12-23 13:55:08 Thomas Kilgus [e904ca]
Always perform a safe release.


2013-12-20 16:17:54 Thomas Kilgus [029485]
Check for 30 FPS.


2013-12-19 12:51:47 Thomas Kilgus [a915cf]
Fixed a bug where the player device would not play RGB data when the resolution is different.


2013-12-18 18:42:56 Thomas Kilgus [880cf8]
Members for buffer sizes.


2013-12-18 18:35:26 Thomas Kilgus [7aaa6f]
Fixed threading.


2013-12-18 17:58:27 Thomas Kilgus [85a9c2]
Fixed issues with V2 renaming.


2013-12-18 12:38:18 Thomas Kilgus [a9e767]
Renamed everything to KinectV2. Added IR calibration file.


2013-12-17 10:49:08 Thomas Kilgus [9595d0]
Initialize FrameReader


2013-12-16 10:38:30 Thomas Kilgus [602129]
Removed comments.


2013-12-10 17:53:01 Thomas Kilgus [6126d2]
Using IMultiFrameReader now.


2013-12-10 13:47:09 Thomas Kilgus [8515ce]
Final comments and fixes. Everything works except threading.


2013-12-10 11:52:30 Thomas Kilgus [6afd96]
Cleaning up some mess.


2013-12-09 17:27:57 Thomas Kilgus [be9452]
Videostream working without threading.


2013-12-06 10:23:19 Thomas Kilgus [0793fa]
Depth and RGB image in mitkWorkbench. Threading not working yet.


2013-12-05 11:00:20 Thomas Kilgus [8ef85f]
Distance Image working in test as float image.


2013-12-03 18:57:20 Thomas Kilgus [3cf1b3]
Fixed some issues in Win 8. First prototype of connection seems to work.


2013-12-02 17:00:50 Thomas Kilgus [a91504]
Merge branch 'bug-16439-USToFTests' into bug-16570-Kinect2

Conflicts:
Core/Code/Testing/files.cmake
Core/Code/Testing/mitkDICOMLocaleTest.cpp


2013-12-02 16:19:59 Thomas Kilgus [09a99a]
First module structure taken from Kinect module.


2013-11-26 13:57:09 Thomas Kilgus [20cdd5]
Fixed a minor bug where the downsampling filter would not pass origin and spacing to its result iamge.


2013-11-21 18:39:02 Thomas Kilgus [cc515f]
Finished work at MITKPlayerDevice tests.


2013-11-20 13:43:45 Thomas Kilgus [d3dd95]
Added PlayerDeviceTest WIP.


2013-11-19 15:25:02 Thomas Kilgus [7fee7c]
Moved naming logic of the devices to the abstract factory. Subfactories only give the string now.


2013-11-19 09:26:41 Thomas Kilgus [e15a8f]
WIP on tests. Added a player test. Converted Factory test to CppUnit.