can some one tell the detailed file format (header, foot, and the data array)of ".raw" and ".yuv", saved by DM385/DM8127 DCC Tuning tool ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
can some one tell the detailed file format (header, foot, and the data array)of ".raw" and ".yuv", saved by DM385/DM8127 DCC Tuning tool ?
It has no header or footer. The data that the tuning tool receives is plane raw/YUV (From the first pixel to last pixel).
You can configure the RAW/YUV options and resolution in the project settings for the viewing purpose.
Regards,
Uday
thanks, one more question:
when i choose 12bit RAW image format, each pixel need 1.5 bit, would the 0.5 bit be used by the next pixel?
i means:
when i choose 12bit RAW image format, each pixel need 1.5 byte, would the 0.5 byte be used by the next pixel?
Each pixel is 16 bit and depending on the sensor the valid bits will be decided.
For your case 12bit sensor the valid bits are 12 and rest 4 bits are set to zero
Regards,
Uday
Hi..
In .raw dump I am getting first and last lines with some garbage values. First few lines filled with 0x0000 and last few lines filled with 0c8080. and rest of the image is proper.
Can anyone post the reason for this ?
Thanks in advance. :)
Regards,
Gajanan
Hi Guys..
Anybody has the answer for the above question. If so please post your comments.
Thanks in advance :)
Regards,
Gajannan
Hi Mr.Xiao Feng Huang
I have sent the sample image to your mail id. Please check it out.
Regards,
Gajanan Ambi
my option:
It's possible that the pixes with 0x0000 value is the Optical Blank pixels and the 0c8080 is produced by the bayer algorithm at the edge of the Optical Blank and active pixels.
by the way, what's sensor do you use.
The image format is raw and it contains only image data. There is no header or footer for the same
Regards,
Uday
Can you please elaborate your question?
If possible please initiate a new thread.
Regards,
Uday
where is the menu to start the LDC module? I can't find it , would you please show me?
Are you using full version of the tuning tool? or light version?
if you dont have full version please get in touch with your local FAE for the access.
Regards,
Uday
Hi Xiao Feng Huang,
You can find this option in plug-ins. VNF(NSF2 + TNF + LDC)
Regards,
Gajanan
Hi Uday,
Where I can find the version details ?
In release notes they mentioned like this... * DCC - Dynamic Camera Configuration Tool Release - GA 1.0 * and build version is 2.0.4.
Regards,
Gajanan
Hi,
you are using lite version of the tuning tool. that is the reason why you dont have LDC in the tuning tool.
Please contact local FAE to get access to full version.
Regards,
Uday
I am working on MPEG4 Encoder, input.m4v is given as an input to encoder output.yuv is the output of encoding . This output file is played using vlc player, which was successfully played. how does the vlc player got width and height information, if the yuv data is not having any header