Part Number: TDA3XEVM
Tool/software:
What is the difference between bringing up a sensor in the vision_sdk rtos iss folder and bringing up a sensor in the video_sensor folder?
Which situation is better to develop for?
Is there a guide?
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: TDA3XEVM
Tool/software:
What is the difference between bringing up a sensor in the vision_sdk rtos iss folder and bringing up a sensor in the video_sensor folder?
Which situation is better to develop for?
Is there a guide?
hi Kim,
If i recollect, video_sensor folder is mainly used for VIP based capture ie for parallel input. whereas sensor in vision _apps iss folder is used for CSIRX sensor, ie the ones used in the ISS usecases.
Regards,
Brijesh
Hi
The current status is in the process of bringing up the CSI camera from video_sensor.
Would it be better to change it to iss format?
Regards,
Kim
Hi Kim,
I really doubt iss usecases use sensor from video_sensor layer..
Regards,
Brijesh
Hi
It is physically connected to the image below.

I proceeded with the task by setting createParams->videoIfMode = SYSTEM_VIFM_SCH_CSI2; by referring to the vid_sensor_ov10635.c file.
Regards,
Kim
Hi Kim,
This uses CSI input, so please use ISS sensor interface for the new sensor driver.
Regards,
Brijesh