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
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.
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
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