Forum Post: RE: VCP2 frame and sliding window length errors
Hi Michael,I am looking into your query and will get back to you with a response. Can you please point me to the example (VCP2_TailBiting_WiMax_ConvCodec_tci6482) you mentioned in your question?...
View ArticleForum Post: RE: csl_gpio.h is not there in my ti folder
Please download the chip select library from the following wiki :http://processors.wiki.ti.com/index.php/CSL#C62x.2C_C671x.2C_C641x.2C_DM64x_Devices Hope this helpsRegards,RahulPS: The version of code...
View ArticleForum Post: RE: Codec interface issue with TMS320VC5416
Hello HariPrakash,I wouldn't have a example code related to C5416 McBSP . But you could refer to the CSL 3.03 example in the below mentioned link. That's the closest & this package has the CSL...
View ArticleForum Post: RE: How can I revise the param of -heap to 0x1000 from 0x0 with...
The heap size can be changed by modifying the cfg script included with the project. Please add the following to the scriptBIOS = xdc.useModule('ti.sysbios.BIOS');BIOS.heapSize = 4096;Please let us know...
View ArticleForum Post: RE: 66AK2H12/06 phase gap of differential clock clock
Bill-san,Sorry for my late response.I understand !Best regards, RY
View ArticleForum Post: RE: Run of the demo facedetect on the LCDK C6748
Hello !!I didn't do anythings i would juste be sur that the application will work. My company ordered the board to do a project on robot vision. I would modify the could ans add some additional functio...
View ArticleForum Post: RE: edma3_lld DSPBIOS to SYSBIOS Migration
Serdar,Unfortunately, it may be difficult to find someone who is knowledgeable enough about EDMA3 that can answer your question. I have moved this thread over to the device forum in hopes that it will...
View ArticleForum Post: RE: Problem about internal memory use in dm8168
You have the option of making internal memory scratch or persistent. If you make it scratch then the same memory will be reused for all algorithms but contents would be lost across process calls .Your...
View ArticleForum Post: RE: selectLink can directly connect to merge?
What is the DVRRDK release you are using? You can connect select to merge .WHen you see the issue print mergeLink pObj->stats and share the console logs.Also attach your usecase file where you are...
View ArticleForum Post: RE: linkchain use after selectlink. DVRRDK350 TI816X
To check if issue is connecting mergeLink after selectLink add a select -> dup -> merge instead of select -> merge. If it is issue with FVID2 frame channel number updation adding dupLink...
View ArticleForum Post: RE: [DM8168] c674 dsp can't read and write EDMA TPCC regsters
Hi all The problem has been resolved. need write PRCM registers to enable wirte and read TPCC.
View ArticleForum Post: RE: Resetting decode codec state?
Badri-Attached should be 4 files, each of which consists of 2 GOPs of captured data. (The content may look the same as they're captured from two common sources.) Captures are 720x480 @ 30 FPS, and...
View ArticleForum Post: RE: RDK demo - vlc playback
Hi,When running demo usecase 1 in DM814x (4ch enc/dec) , I see that there are 64x4 files created, for 64 channels, each having 4 layers.The video I recorded is seen in channel 0, but each layer has...
View ArticleForum Post: RE: DM814x: is there an updated MMC.rtf?
Dan,[quote user="Daniel70334"] Is there an updated document for how to add a second MMC card to a DM814x product?[/quote]The origin of this document is the below e2e...
View ArticleForum Post: RE: RDK demo - vlc playback
The different layers are same stream encoded at different temporal layers to achieve SVC-T encoding.Refer /dvr_rdk/demos/mcfw_api_demos/mcfw_demo/demo_vcap_venc_vdec_vdis_bits_rdwr.cnumTemporalLayer is...
View ArticleForum Post: RE: How to know pins state before POR on DM8148
OC,[quote user="OC"]But I checked the DM8168 datasheet that explaned internal pull state including before and after POR.[/quote]Can you be more specific, where exactly in DM8168 datasheet is explained...
View ArticleForum Post: RE: DM8168 Hybrid DVR
Dear Badri,Thanks for your val. informations again.I decided to go thru mcfw demo. I run demo app (dvr_rdk_demo_mcfw_api.out) with demoId=DEMO_VCAP_VENC_VDIS and the mosaicParams layoutId is...
View ArticleForum Post: RE: Synchronization of two cores
HelloI have done the experiment with the next sequence:1) Turn on the C6678EVM2) Load the ССS3) Correct the parameter externalLoopNmax on 4000000 (project "Cores synchronization_5_4")4) Clean Project5)...
View ArticleForum Post: codec engine didn‘t work on DM3730, Devkit8500
Hi,①I am using Devkit8500( timll company in shenzhen, guangdong, china) now, I met with some problems when I wanted to run the examples in beagleboar②I cut the following massage that print when...
View Article