groupgets / GetThermal

Cross-platform USB thermal camera viewer
MIT License
236 stars 94 forks source link

Client API functions return error though they succeed #58

Open GalRachman opened 1 year ago

GalRachman commented 1 year ago

I am using the function: testRampSetType(static_cast(0), ePattern) from the client API, and get a result of R_SDK_DSPCH_SEQUENCE_MISMATCH for every ePattern parameter that I input, even though the action succeeds.

what could be the reason for this? and where can I find the implementation of the client API functions?