-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
What steps will reproduce the problem?
1. Trying to write dpx file using the data taken from IplImage (OpenCv)/ This
means the data is unsigned char with 3 channels for RGB. Using 10-bits format.
The application crushed due to accessing to unallocated memory. Could correct
this issue by changing reinterpret_cast<IB*> (line 274 WriterInternal.h) to
creating new array of type IB and filling it with values from imageBuf.
2. So the application could finish successfully, but still the resulting
written image is fully black.
What is the expected output? What do you see instead?
RGB image of dpx format with proper scene on it, instead i get black image.
What version of the product are you using? On what operating system?
I'm running r3 on Windows, Visual Studio 2008.
Please provide any additional information below.
If i correct any issue in the project if you don't mind i could update version
here.
Original issue reported on code.google.com by svetlana...@pisem.net on 1 Nov 2010 at 2:45
Reactions are currently unavailable