Skip to content

Conversation

@nneonneo
Copy link
Contributor

This change fixes Java wrapper API to use frame modes throughout, but retains the existing method of setting the frame mode using setVideoFormat and setDepthFormat. DepthFormat and VideoFormat are made into simple enums with no height, width or format data; that information is now stored on the FrameMode object.

The one backwards-incompatible change here is the change to the DepthHandler and VideoHandler classes to make them take FrameMode objects instead of DepthFormat/VideoFormat objects. This is necessary because this change unifies the frame format information under FrameMode.

@nneonneo
Copy link
Contributor Author

P.S. being somewhat new to Github, I wasn't sure how to squash the (minor) change to the Python CMakeLists; accept or ignore that change if you will. All it does is fix a compilation error from omitting the Python libraries during linking.

@nneonneo nneonneo closed this Nov 15, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant