-
Notifications
You must be signed in to change notification settings - Fork 42
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
color and depth raw data have incorrect dimensions #4
Comments
Actually, I got the error "detected target change, someone else is screwing with our functions". Any idea why this happens to me? Thank you so much! |
Sorry to be off topic but how did you read the captured RAW data? I tried with normal RAW photo reading methods(PS/rawpy etc..) but nothing works. It would be nice if you can share your piece of code for reading the data. Thanks! |
@xyyue for your first comment, I was facing something similar. What I was doing, was saving them to disk using only native repository and then calculating the size of file, which was more because of extra tags of particular file format. |
Hello, GTAVisionExport/native/src/main.cpp Line 100 in 717be0d
I noticed that the variable "size" always has the correct value, however the amount of bytes written to the files differs from run to run as stated in the explanation of this issue above. |
Make sure you install eigen 3.3.7. That would solve many graphic problems if not all. |
After getting the raw data for multiple frames, I checked the dimensions of the depth, color and stencil, and this is what happened to me (my screen resolution is 1920 * 1200):
I'm wondering whether anyone has any idea on why this could happen. Is it because of some hardware issue?
The text was updated successfully, but these errors were encountered: