Hello, I have a sensor that outputs 320x240 60fps YUV data. I have modified the existing iss_02_80_00_00/packages/ti/psp/devices/mt9003/src/issdrv_mt9j003Api.c Iss_Mt9j003Create() function to ignore i2c communication and return sucess to the ipnc_mcfw application as my sensor uses a serial interface. This results in a green screen coming out of the standard definition video output instead of the grey screen seen when the sensor fails to create.
I'd like to change the resolution and frame rate now from the default 1080p settings. I've seen pObj->createArgs.scParams[streamId] referenced in terms of setting the inWidth and inHeight for the m3video. But I cannot seem to find where this data is initialized. Am I heading in the right direction? If so where can I find these settings?