-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix: added new dng sdk 1.5.x #30
Comments
Wonderful! Thank you very much! Why not create a PR to update the gpr library? I have already started updating expat, zlib, xmp, and cJSON. I have also included your changes to dng and gpr. But you obviously also changed VC5. For example VC5_ENCODER_PIXEL_FORMAT_RGGB_16 (https://github.com/Jamaika1/dng_sdk_1.5.1_-_gpr_sdk_1.0.0/blob/f9a54f80c5bd8eefa8f906824198d1b1628febeb/gpr_sdk/gpr.cpp#L157) is not included in the official code.
I guess you took the codec from the CineForm SDK and then rewrote the functions vc5_encoder_process (vc5_encoder.c) and vc5_decoder_process (vc5_decoder.c)? I am stuck at that point. |
I shouldn't admit, but I'm not a programmer. As a programming hobbyist, I wanted to run the libraw library from DNG SDK and GPR SDK. The creator of libraw added camera Rapsberry Pi RAW+JPEG format (if USE_6BY9RPI defined) 8/12/14/16bit.
I also added GoPro GPR bayerphase 8/12/14/16bit. I realize that it isn't connected.
|
Not necessarily. The code is partly written very sloppily and contains numerous errors. Example:
The function
However, this variable is not set anywhere, which means that there are memory access errors. Actually all member variables of a class should be set in the constructor to avoid such errors. Alternatively you can use STL data types. Bugfix: OgreTransporter@10d7e9c I used your code and did a complete upgrade of GPR. Thanks again for that! Probably there are still some minor corrections to be made. |
I don't know will library have update?
I am adding patches to the latest dng sdk 1.5.x. Maybe it will be useful to someone.
https://github.com/Jamaika1/dng_sdk_1.5.1_-_gpr_sdk_1.0.0
The text was updated successfully, but these errors were encountered: