[Plugin] Leap Motion - Event Driven

Hi,

ty for your plugin. I am trying to get the camera image of the LeapMotion Controller to do some processing with OpenCV.
I have added LeapMotion to my modules and I can compile.

But I found this here


 [TABLE]

/** Enable or disable image streaming from the device*/
 		

 
 			//UPROPERTY(BlueprintReadWrite, Category = "Leap Options") //disabled for now, current version doesn't actually support image streaming
 		

 
 			bool bEnableImageStreaming;
 		

 

Is there any way to get images or frames to use OpenCV on it?

Ty, sry for bad english.