groupgets / GetThermal

Cross-platform USB thermal camera viewer
MIT License
228 stars 90 forks source link

Client API functions return error though they succeed #58

Open GalRachman opened 8 months ago

GalRachman commented 8 months 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?