while implementing camera I face issue.

fagoochauhanfagoochauhan Member Posts: 13

fpt13brr26fr.png



A DotNet variable has not been instantiated. Attempting to call Microsoft.Dynamics.Nav.Client.Capabilities.CameraProvider.RequestPictureAsync in CodeUnit cam test: OnRun



IF Camera.IsAvailable THEN
CamerAvailable := TRUE;
Camera.RequestPictureAsync;


//where camera is a .net type variable

Answers

Sign In or Register to comment.