You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delphi 10.2.1 Samsung s2
ScanCodeDemo
when start scanning on CameraComponent1.SetCaptureSetting(Setting);
error msg ON the debugger at
procedure DoRaiseJNIExceptionCallBack(const JNIExceptionClassName: string; const Msg: string);
begin
raise EJNIException.CreateWithClassName(JNIExceptionClassName, Msg);
end;
No symbol "JNIExceptionClassName" in current context.
On the phone
java lang RuntimeException Set Parameters failed
P.S i could not find where is TVideoCaptureSetting
OK auto focus dose the problem
The text was updated successfully, but these errors were encountered:
Delphi 10.2.1 Samsung s2
ScanCodeDemo
when start scanning on CameraComponent1.SetCaptureSetting(Setting);
error msg ON the debugger at
procedure DoRaiseJNIExceptionCallBack(const JNIExceptionClassName: string; const Msg: string);
begin
raise EJNIException.CreateWithClassName(JNIExceptionClassName, Msg);
end;
No symbol "JNIExceptionClassName" in current context.
On the phone
java lang RuntimeException Set Parameters failed
P.S i could not find where is TVideoCaptureSetting
OK auto focus dose the problem
The text was updated successfully, but these errors were encountered: