Image API in Objective-C

VR   1.4K     
Basic usage of the Leap Motion Image API in Objective-C.
8a7e1983-2f5e-4e26-87e3-0d8879f26b98

This example demonstrates basic usage of the Leap Motion Image API in Objective-C. Examples include:

  • Converting the raw sensor data into an NSImage object.
  • Finding the pixel location corresponding to 3D locations.
  • Using GLSL 4.10 shaders to apply the sensor calibration to the image.
  • Finding the pixel location on the undistorted image corresponding to a 3D location.