SPRAD86A March 2023 – May 2024 AM62A3 , AM62A3-Q1 , AM62A7 , AM62A7-Q1 , AM67A , AM68A , AM69A
In the target file system on the EVM, go to /opt/edgeai-gst-plugins/ext/tiovx/gsttiovxisp.c, and add the name of the sensor to the list (OX05B1S shown below as an example):
g_object_class_install_property (gobject_class, PROP_SENSOR_NAME,
g_param_spec_string ("sensor-name", "Sensor name",
"TIOVX camera sensor string ID. Below are the supported sensors\n"
...
"SENSOR_OX05B1S\n"
...