We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there!
You have struct, which contains information about cpu temperature, but there are no even a single line of code with using that struct https://github.com/orbbec/OrbbecSDK/blob/v1.10.12/include/libobsensor/h/ObTypes.h#L648
Except that I found the callback, but it sent information only in emergency https://github.com/orbbec/OrbbecSDK/blob/v1.10.12/include/libobsensor/hpp/Device.hpp#L354
How I am able to fetch temperature information from the SDK?
The text was updated successfully, but these errors were encountered:
OBDeviceTemperature deviceTemperature; memset(&deviceTemperature, 0, sizeof(OBDeviceTemperature)); uint32_t dataSize = 0;
dev->getStructuredData(OB_STRUCT_DEVICE_TEMPERATURE, &deviceTemperature, &dataSize);
Sorry, something went wrong.
No branches or pull requests
Hi there!
You have struct, which contains information about cpu temperature, but there are no even a single line of code with using that struct
https://github.com/orbbec/OrbbecSDK/blob/v1.10.12/include/libobsensor/h/ObTypes.h#L648
Except that I found the callback, but it sent information only in emergency
https://github.com/orbbec/OrbbecSDK/blob/v1.10.12/include/libobsensor/hpp/Device.hpp#L354
How I am able to fetch temperature information from the SDK?
The text was updated successfully, but these errors were encountered: