Gets the most recent long exposure frame. It may return null if no frame is available.
Note AcquireLatestFrame will always return nullptr in shared apps that are currently snapped and in exclusive apps that have disabled the Kinect GPU reservation using the CoreApplication.DisableKinectGpuReservation property. See the DisableKinectGpuReservation remarks section for more information.
public:
LongExposureInfraredFrame^ AcquireLatestFrame()
Type: LongExposureInfraredFrame
The most recent long exposure frame.
Namespace: Windows.Kinect
Metadata: windows.winmd
LongExposureInfraredFrameReader Class