Hi,
Is the source code of the MCSDK Video Demo available? I am not able to find it anywhere.
Thanks,
Manu
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.
Hi,
Is the source code of the MCSDK Video Demo available? I am not able to find it anywhere.
Thanks,
Manu
Hi Manu, you can download MCSDK video from http://software-dl.ti.com/sdoemb/sdoemb_public_sw/mcsdk_video/latest/index_FDS.html
Demo guide at: http://processors.wiki.ti.com/index.php/MCSDK_VIDEO_2.1_Demo_Guide
Let me know if this was what you were looking for.
thanks,
Paula
Hi Paula,
Thanks for the pointers. I do see the source code now. However, I could only find the videoTranscode CCS project which doesn't seem to have any references to AVCIU. Is there another project for the realtime AVCIU PCIe demo?
Manu
Manu,
SV04 includes AVC encoder. You can test AVC PCI demo following below instructions:
http://processors.wiki.ti.com/index.php/MCSDK_VIDEO_2.1_PCIE_Demo_Guide
AVC scripts at :<mcsdk video path>\demos\pcie_avciuenc_demo
Thank you,
Paula
Paula,
I am aware of the demo run instructions. Is there a Code Composer Project to build this demo myself and possibly make changes to the code?
Manu
Manu, you can download the codec from http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C6678/AVCIU_E/latest/index_FDS.html
This contains a CCS filetest demo project which use JTAG for fread/fwrite data
thank you,
Paula
Paula,
Is there a project file or source code without a project file for the full AVCIU PCIe realtime demo? I am interesting in experimenting with the realtime properties at full processing rate.
Thanks,
Manu
Manu, if you want to debug SV04.out (MCSDK video application which include AVC codec) you can turn off optimization flag by commenting out the following line in dsp\mkrel\c64x\makedefs.mk:
C_OPT_FLAGS = -mt -mw -os -o3 --optimize_with_debug --> #C_OPT_FLAGS = -mt -mw -os -o3 --optimize_with_debug
After this change, delete all the .oc files under DSP directory and then rebuild sv04.
Thank you,
Paula