Created
June 18, 2018 13:49
-
-
Save LiewJunTung/0ada9ef6e65cb1c621149820ab453742 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void CalculatorImpl::updateRgbFrame(int8_t *rgb_buffer) { | |
ImageInfo imageInfo; | |
Calculator::UpdateCaptureFrameBGRA(imageInfo, rgb_buffer); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment