Search code examples
c#kinectemgucvkinect-sdk

Make zoom with Kinect camera


I'm using kinect camera for a new application, with Microsoft.Kinect sdk and EmguCV.

Is there any way to make zoom with the camera?

Thanks in advance.


Solution

  • There is no optical zoom in the Microsoft Kinect hardware. You can either:

    1. Attach a 3rd party add-on, such as the Nyko Zoom
    2. Code a digital zoom into your application