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.

AM5728: Camera connection on GP EVM

Part Number: AM5728

Hi Experts,

Please lets know how camera sensor was connected on AM5728 EVM board? Is it connected via parallel interface or MIPI?

Also lets know why ISS is not there in the Processor SDK?

regards,

Lakshmi Sankar

  • AM572x devices do not have MIPI interfaces. The camera board is connected on one of the parallel VIN ports. AM572x devices also do not have ISS hardware.
  • Thanks for your reply.

    Please lets know how to get (capture) slices from VIP instead of frame? i.e. multiple slices per frame.

    regards,
    Lakshmi Sankar
    PathPartner Technology Pvt Ltd
  • What do you mean by silce?
  • Slice means not the entire frame, it is partial frame, e.g for a 1280x720 frame, normally after capturing 720 pixel lines only Linux applications access the captured data, instead our application want to access the capture data after capturing 1/4th or 1/6th of total pixel rows i.e. 180 or 120 pixel rows.

    1/4th of total pixel rows (720):

    capture 0 to 179 pixel rows -> process 0 to 179 rows

                                                     capture 180 to 359 rows -> process 180 to 359 rows

                                                                                                 capture 360 to 539 rows -> process 360 to 539 rows

                                                                                                                                             capture 540 to 719 rows -> process 540 to 719 rows

                                                                

    regards,

    Lakshmi Sankar

    PathPartner technology pvt ltd