Hello,
We need to change the exposure time in libdlpspec.dll, but we can’t compile it.
Can you please send us the link to what we need to download to be able to compile this dll.
We got the below errors messages.
dlpspec_scan.c: In function 'dlpspec_scan_read_configuration':
dlpspec_scan.c:342:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (pBuf == NULL)
^~
dlpspec_scan.c:345:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dlpspec_is_slewcfgtype(pBuf, bufSize) == false)
^~
dlpspec_scan.c: In function 'dlpspec_scan_read_data':
dlpspec_scan.c:554:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (pBuf == NULL)
Thanks.