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.

TDA4VM: OX03c10 raw12

Part Number: TDA4VM


Tool/software:

Hi TI:

     I use OX03c10 raw12  ,   i use ox03c10.properites       ,        I  dont know set  ox03c10.properites  ,

    I  get WDR  IMG  is dark ,  I  dont know how to set properites.

  • Hi Kong,

    Sorry, which properties do you mean here? ISP properties? 

    Regards,

    Brijesh

  • yes.      I set ISP  but color is not ok 

  • ok, are you looking for tuning ISP for this sensor? 

    Regards,

    Brijesh

  • yes  I  use ox03c10 sensor  and  linear mode ,  but I see img is dark yellow

  • 问题分类
    [sensor]_properties.txt configuration
    1. line_mode与WDR_mode的定义及选择条件?
    2. WDR_BIT_DEPTH: 一般是20 or 24 应该怎么选择?
    3. WDR_KNEE_X/WDR_KNEE_Y的定义及怎么填写?
    4. BLACK_PRE/BLACK_POST的定义及怎么填写?
    5. H3A_INPUT_LSB的定义及怎么填写?

    Black Level Correction
    1. 目前操作方法是用手捂住镜头,捕获raw图像,请问这种操作对吗?或是需要在什么条件下的暗箱进行操作?
    2. 需要捕获多个曝光增益下的图片测试吗?

    H3A
    1. 根据文档描述,定焦摄像头不需要多余的H3A步骤,请问AWB及AE也不需要调试吗?

    CFA+WDR
    1. 根据文档描述,此软件只支持RGGB 及 RCCB ,请问可以支持BGGR格式吗?
    2. CFA的选项卡中各项说明?是否只需选择默认值?
    3. WDR和GLBCE的选项卡中各项说明及如何填写?

    AWB
    1. 如果图像采用压缩型宽动态范围(WDR)格式,需要一个分段线性(PWL)拐点文件,如何获得PWL文件?
    2. Choose Flash Setting/Max Horizontal Paxels/Max Vertical Paxels/WDR Gamma % in RAWFE (100*G)的定义及怎么填写?

    Color Correction
    1. 如何获得伽马对比度查找表?

    EE
    1. 从文档中不太理解边缘增强的三块区域具体应该怎么调试,需要此模块调试的具体讲解

    LDC
    1. 如何获得LDC LUT file?
    2. LDC的调试参数应该按什么标准填写?

    LSC
    1. 如何获得LSC Input Table?

    GAMMA
    1. Gamma LUT一般是选择标准的还是用户自定义的?如果是用户自定义的,这个表怎么获得?

    DPC
    1. 缺陷像素校正参数如何修改?

  • Thanks KONG, i have reassigned this ticket to our imaging expert Gang to help you here. 

  • Thanks   Jadav

          this is my ox03c10.properies

             

    SENSOR_WIDTH 1920
    SENSOR_HEIGHT 1280

    # 0=RGGB; 1=GRBG; 2=GBRG; 3=BGGR, 4=MONO,
    #10=RGGI, 11=GRIG, 12=BGGI, 13=GBIG, 14=GIRG, 15=IGGR, 16=GIBG, 17=IGGB
    COLOR_PATTERN 3

    # sensor mode: 0 for linear (no decompanding), 1 for WDR (decompanding)
    WDR_MODE 0

    # raw sensor image BIT_DEPTH: it may be 8, 10, or 12 for linear sensors; typically 12 for WDR mode because of companding
    BIT_DEPTH 12

    # WDR BIT_DEPTH: WDR raw sensor image bitdepth after decompanding, typically 20 or 24
    WDR_BIT_DEPTH 24

    # WDR decompanding knee points (comma separated without spaces in between)
    WDR_KNEE_X 0,512,1408,2176,4095,65535
    WDR_KNEE_Y 0,2048,16384,65536,1048063,1048063

    # Sensor black level to subtract before decompanding (for some Sony WDR sensors)
    # When PCID is on for RGBIR sensors, black level might be set to 0
    BLACK_PRE 0

    # Sensor black level to subtract after decompanding (for most WDR sensors and all linear sensors)
    # When PCID is on for RGBIR sensors, black level might be set to 0
    BLACK_POST 0

    # GAMMA value for compressing 20/24-bit WDR raw to 16-bit ISP internal
    # typically around 50 (0.5) for 24-bit WDR sensors and 70 (0.7) for 20-bit sensors
    GAMMA_PRE 60

    # LSB location for H3A input bit range (from bit-H3A_INPUT_LSB to bit-H3A_INPUT_LSB+9)
    H3A_INPUT_LSB 2

  • Hi Kong,

    It looks like you need to work on X3C with a provided sensor driver.
    Please check with your sensor driver provider and sensor vendor the X3C sensor and driver basics and specific settings therein first.
    Without some basic sensor/driver information, we don't be able to set up the property file correctly.

      this is my ox03c10.properies

    You would need to fill in the property file according to your sensor driver settings.

    1. line_mode与WDR_mode的定义及选择条件?
    2. WDR_BIT_DEPTH: 一般是20 or 24 应该怎么选择?
    3. WDR_KNEE_X/WDR_KNEE_Y的定义及怎么填写?

    It depends on if your sensor works in linear mode or WDR mode.
    As X3C is a WDR sensor, it should be in WDR mode typically.
    Please check with your sensor driver developer and sensor vendor for the WDR companding knee points in use.

    4. BLACK_PRE/BLACK_POST的定义及怎么填写?

    This is also decided by sensor driver.
    Please check the pedestal value set in your sensor driver.
    We would typically measure it in tuning tool to confirm.
    For OVT WDR sensors including X3C, it is typically BLACK_POST.

    5. H3A_INPUT_LSB的定义及怎么填写?

    This is for setting up H3A input for AE and AWB.
    Customers typically choose a value around 2~6 depending on the applications and AE/AWB performance.
    You may start with 4 initially before AE setup and field testing.

  • 1. 根据文档描述,定焦摄像头不需要多余的H3A步骤,请问AWB及AE也不需要调试吗?

    AE/AWB in TI SDK is for reference and demo (not production ready and only tested in lab conditions).
    You may set them up and tune in your lab to check the performance and then decide if you would need an imaging 3rd party to provide production-ready AE/AWB.

    You may check the links below for setting up AE.

    e2e.ti.com/.../faq-setting-up-auto-exposure-ae-for-your-image-sensor-with-tda4-am6xa-isp-vpac

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1303303/faq-am62a7-how-to-set-the-minimum-maximum-exposure-time-and-analog-gain-for-2a-algorithm

    1. 根据文档描述,此软件只支持RGGB 及 RCCB ,请问可以支持BGGR格式吗?

    RGGB in this context means Bayer pattern which can be BGGR as well.

    CFA+WDR
    1. 根据文档描述,此软件只支持RGGB 及 RCCB ,请问可以支持BGGR格式吗?
    2. CFA的选项卡中各项说明?是否只需选择默认值?
    3. WDR和GLBCE的选项卡中各项说明及如何填写?

    Tuning is application dependent and subjective in many cases.
    You may start with the default settings from python script and then adjust once you see some changes are needed.

    Please follow the plugin guides under the help menu of tuning tool carefully if you have no prior sensor/ISP tuning experience.
    If you cannot tell the difference in image quality yet, start with default values from python script and tuning tool first.

    AWB
    1. 如果图像采用压缩型宽动态范围(WDR)格式,需要一个分段线性(PWL)拐点文件,如何获得PWL文件?
    2. Choose Flash Setting/Max Horizontal Paxels/Max Vertical Paxels/WDR Gamma % in RAWFE (100*G)的定义及怎么填写?

    Those are described in the plugin guides under the help menu of tuning tool.

    A PWL knee point file or PWL LUT file may be needed in some plugins.
    Please follow the plugin guide carefully as it may vary from place to place.

    The "Gamma %" value is the same as the "GAMMA_PRE".
    Please make sure you use the same value in all tuning tool plugins to be consistent.

    Color Correction
    1. 如何获得伽马对比度查找表?

    It is optional.
    If you don't know what you want to do or choose yet, you may ignore it and use the default.

    EE
    1. 从文档中不太理解边缘增强的三块区域具体应该怎么调试,需要此模块调试的具体讲解

    EE tuning may be mostly subjective for checking the output image while you change the parameters in the GUI.
    Please follow the VPAC-VISS-EE section and plugin tuning guide first.
    We will check if there is some FAQ available.

  • LDC
    1. 如何获得LDC LUT file?
    2. LDC的调试参数应该按什么标准填写?

    LSC
    1. 如何获得LSC Input Table?

    Please take a look at the FAQ links below.

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1058565/faq-tda4vm-how-to-create-a-ldc-mesh-lut-for-fisheye-distortion-correction-on-tda4?keyMatch=LDC%20FAQ

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1405138/faq-tda4vm-how-to-create-lens-shading-correction-lut-for-vpac-viss-lsc

    DPC
    1. 缺陷像素校正参数如何修改?

    It typically depends on your tuning purpose and if there are a lot of bad pixels in certain sensor and lighting conditions.
    Please take a look at the VPAC-VISS-DPC section in TDA4 TRM first.