I have the DMVA1IPNC and have connected a TVP5150AM1 Y0-Y7 to C0-C7 of the DM365 need a register dump for this setup. I would really appreciate it if anyone has it or source code they could pass onto me.
I have been looking over the code for a week now and have a better understanding of what is going on but still am not able to pass video to the TV output or to the streamer. I noticed that there is a driver for the TVP5148 in the ../framework/mcvip directory. Can I create copy that directory and edit it for the TVP5150AM. I have some questions below,I would really appreciate your help.
1) Do you think using the mcvip will be the best way to get this to work?
2) How do I remove the imager setup call and call the setup for TVP5150 if I use the mcvip a reference? I made a call graph of how the imager is started. I’m thinking don’t call VIDEO_captureCreate but instead call MCVIP_create
3) I also noticed that the input to the stream is 4:2:0, the TVP5150 output is BT.656 8-bit 4:2:2 so where in your software do I implement that or is that taken care of in the VIDEO_resizeCreate().
4) I believe the PIN MUX will not need to change since I am connecting the Y0-Y7 from the TVP5150 to the C0-C7 on the DM365, can you confirm this.
5) Do I need to change any clock sources in the register settings. I would help me a lot if you could let me know what registers I need to reconfigure from what is set from the IPNC software.
6) Just to confirm, I don’t need to change the video mode in the boot because that’s only for the DVSDK?
7) If the mcvip is the best route for me, do you have any source code that has this implemented.
Thanks in advance any help would be greatly appreciated.