Page MenuHomePhabricator

Play Data while recording and fix dimension of playing data
Closed, ResolvedPublic

Description

The MITK player should be able to play different data resolutions. Currently, images have wrong dimensions when you play different data types after another. E.g. first CamCube data and then Kinect data.

Furthermore, the recorder should not disable the rendering of the data.

Event Timeline

User kilgus has pushed new remote branch:

bug-17410-RecorderAndPlayerFix

I fixed the playing of data while recording.

I had a look at the false dimensions of the player device. It seems everything is correctly loaded inside the controller and passed correctly to the device. The data in ToFUtil also seems to be correct, however, in the workbench its not. WIP.

User kilgus has pushed new remote branch:

bug-17410-FixDimensions

I could fix the dimension issues. Now the distance image is set correctly. I assume that the properties of the player are incorrect.

Clearing property list works if the data nodes are removed upon disconnect. Now the images are not correctly initialized for the MITK player device. Only the distance image works correctly. Kinect and CamCube should be working now (tested only Kinect).

[dcb202]: Merge branch 'bug-17410-FixDimensions'

Merged commits:

2014-06-11 16:23:41 Eric Heim [3b9c46]
reset image status in ToFCameraMITKPlayerController


2014-06-11 15:30:33 Eric Heim [8b92e4]
Fixed crash when multiwidget is not available


2014-04-30 17:18:48 Thomas Kilgus [fe8267]
Clearing property list works if you remove the data nodes upon disconnect.


2014-04-23 17:48:18 Thomas Kilgus [457716]
Resetting strings for the player controller. Trying to reset properties for the device which does not work.


2014-04-23 16:47:36 Thomas Kilgus [9d7a80]
Removed flags and set -1 for dimensions.


2014-04-23 16:36:51 Thomas Kilgus [21e908]
Fixed dimensions of the ToF-ImageGrabber.

[abf6c2]: Merge branch 'bug-17410-FixDimensions'

Merged commits:

2014-06-11 17:31:07 Eric Heim [be0c97]
COMP: temporarily disabled opencv image grabber test

User kilgus has pushed new remote branch:

bug-17410-ReactivateCVGrabberTest

[397534]: Merge branch 'bug-17410-ReactivateCVGrabberTest'

Merged commits:

2014-06-18 16:52:06 Thomas Kilgus [110753]
Changing property on connection of device.


2014-06-18 14:55:25 Thomas Kilgus [f91bb0]
Moved property HasXImage to the set property method, in order to initialize images in time and prevent a crash.


2014-06-18 14:06:20 Thomas Kilgus [2e4c94]
Fixed an issue in the ToFOpenCVImageGrabber. The CV images would be initialized too early without knowing dimensions. Reactivated test.