-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
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
[Bug] Got empty output when first calling SourceRawDataInput-> uploadBytes. #66
Comments
I've met similar issues. Try continously uploadbytes. |
Thanks. It works. source_raw_input->uploadBytes(imageData, width, height, width); // got empty outputData
source_raw_input->uploadBytes(imageData, width, height, width); // got correct outputData I think it is a bug. |
i've get similar issues. |
in TargetRawDataOutput::readPixelsWithPBO function ,when I annotated these two sentences, it was fine |
Thanks. It works. |
I have read "How to Use" section in README, desktop app and #54 :
I tried to demo a simple example using SourceRawDataInput and TargetRawDataOutput in C++.
However, empty output data was obtained in target_raw_output->setPixelsCallbck when first calling source_raw_input->uploadBytes.
What is going on here? How to fix it?
Thanks.
The text was updated successfully, but these errors were encountered: