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.

PROCESSOR-SDK-AM68A: [AM68A] How to capture the Raw image from TI EVK and DCC Tool

Part Number: PROCESSOR-SDK-AM68A
Other Parts Discussed in Thread: SK-AM68

Hello, 

I am trying to get a raw image from DCC tunining tool with TI SK-AM68 EVK. 

I believe, I tried all thing according to your guide web page(https://www.ti.com/lit/an/sprad86/sprad86.pdf?ts=1682003811069). 

But I can't get a raw image.

Do I need to run any specific application in EVK side?

How can I check connection status between PC and EVK?

Please provide me detail setup information. 

Below are what I checked and setup information.

  • Logs in Plug-in output of DCC tuning tool
    • Successfully read plugin's buffers
      Successfully read full uinterface structure from file C:\ti\DCC\bin\IMX219_REF\DC_Subtraction.dat

      Successfully restored internal parameter packs

      Request to get RAW image from Target : 192.168.0.78

      Loaded communication DLL:itCommun.dll

      Error in capturing the RAW image

  • Checked in my side
    • Ping between PC which has DCC tool and TI EVK
    • Raw data capture by console command
      • media-ctl -V '"imx219 4-0010":0 [fmt:SRGGB10_1X10/1920x1080 field:none]'
      • gst-launch-1.0 -v v4l2src num-buffers=5 device=/dev/video2 io-mode=dmabuf ! \ video/x-bayer, width=1920, height=1080, framerate=30/1, format=rggb10 ! \ multifilesink location="imx219-image-10bit.raw"
  • Setup Information
    • EVK : TI SK-AM68
    • SDK version : ti-processor-sdk-linux-edgeai-j721s2-evm-09_00_00_08-Linux-x86-Install.bin
    • SDK Image : tisdk-edgeai-image-j721s2-evm.wic.xz (Prebuilt EdgeAI Image)
    • DCC Tuning tool version : ver 3.1
    • Image Sensor : IMX219 Raw sensor(RPiV2)

Thanks, 

Jang