Mobile and Embedded SDKs
http://support.innovatrics.com/hc/en-us/articles/202378199-FAQ-IDKit-Embedded-SDK http://support.innovatrics.com/hc/en-us/articles/202378209-ANSI-381-images
							 IDKit Embedded SDK uses MAC address of main ethernet or wireless network card as HW ID (usually eth0 on GNU/Linux). Generate your license using http://crm.i...
						  
						
						Wed, 9 Sep, 2015 at  9:11 AM
					
							 
 IDKit.RawImage bitmap2Raw(Bitmap bitmap) {  
 int width = bitmap.getWidth(); 
 int height = bitmap.getHeight(); 
   
 int[] pixels = new int[width * heig...
						  
						
						Mon, 21 Mar, 2016 at 12:54 PM