Skip to content

Commit

Permalink
infrared example
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrassia-opri committed May 27, 2015
1 parent cbc94d2 commit 6f0223f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pykinect2/PyKinectRuntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def __init__(self, frame_source_types):
self._infrared_source = self._sensor.InfraredFrameSource
self.infrared_frame_desc = self._infrared_source.FrameDescription
self._depth_source = self._sensor.DepthFrameSource

self.depth_frame_desc = self._depth_source.FrameDescription
self._body_index_source = self._sensor.BodyIndexFrameSource
self.body_index_frame_desc = self._body_index_source.FrameDescription
Expand Down

0 comments on commit 6f0223f

Please sign in to comment.