Tagged Questions
0
votes
1answer
260 views
Get color Image not in the frame ready event
I have some problem with the kinect.
when I try to get color Image from the event: Sensor_AllFramesReady everything is ok.
example:
using (ColorImageFrame colorFrame = e.OpenColorImageFrame()) {
...