Page MenuHomePhabricator

ToFCameraMITKPlayer can't replay the RGB Images correctly when they have different dimensions
Closed, ResolvedPublic

Description

ToFCameraMITKPlayerController and ToFCameraDevice have only one variable for the number of pixels.
This results in an incorrect display of the RGB Image if it is bigger than the other tof images.

Event Timeline

[43f1ec]: Merge branch 'bug-12932-AddPossibilityToPlayToFRecordingsWithDifferent

Merged commits:

2012-10-04 15:50:22 Christoph Kolb [ff1637]
added seperate initialization for rgb images so they can have a different size than the tof image

changes are now in this branch
bug-12932-AddPossibilityToPlayToFRecordingsWithDifferentImageSizesChanges
-> it doesn't work yet!
I will revert the changes on the master

[a9ce46]: Merge branch 'bug-12932-AddPossibilityToPlayToFRecordingsWithDifferent

Merged commits:

2012-10-04 20:02:20 Christoph Kolb [c250b4]
COMP: Revert changes to ToFCameraMITKPlayer