Skip to content

Instantly share code, notes, and snippets.

@LiewJunTung
Created June 18, 2018 13:49
Show Gist options
  • Save LiewJunTung/0ada9ef6e65cb1c621149820ab453742 to your computer and use it in GitHub Desktop.
Save LiewJunTung/0ada9ef6e65cb1c621149820ab453742 to your computer and use it in GitHub Desktop.
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