• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Data Converters » Video Converters » All Tags » dm6467
Share
Video Converters
  • Forum
  • Announcements

Browse by Tags

Video Converters

Welcome to the Video Converters Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
dm6467
  • 1080p30
  • capture
  • DM6446
  • encode
  • Linux
  • tvp5158
  • TVP7002
  • VGA
  • Video
  • YCbCr
Related Posts
  • Forum Post: Re: TVP5158 driver for DM6467T

    Viet Dinh Viet Dinh
    Stefan, The latest driver that includes DM6467 and DM6467T is attached. Please read the readme.txt for detail. Best regards, Viet
    on Apr 13, 2010
  • Forum Post: tvp5158 and DM6467

    zhencheng liang zhencheng liang
    Hi, I have two question about tvp5158 and the mcasp of DM6467. 1) When I set reg c0h of the tvp5158 through i2c,I found set 00h(16k) and 10h(8k), the pin LRCLKR output is always 16KHz. I can readback the value of reg c0h, although it's 10h,but output LRCLKP output is 16KHz. When I set...
    on Apr 20, 2010
  • Forum Post: Re: tvp5158 and DM6467

    Paul.Yin Paul.Yin
    For the MCASP question, can you probe and make sure there is signal coming to DavinciHD? If you don't see signal, you need to debug TVP5158
    on Apr 21, 2010
  • Forum Post: Re: tvp5158 and DM6467

    Adam Zhao Adam Zhao
    Yes, the signal is connected to DM6467HD EVM, and the signal connections are DM6467 TVP5158 McASP0_ACLKR ---> BCLK_R(pin85) McASP0_FSR ---> LRCLK_R(pin86) McASP_AXR[0] ---> SD_R(pin88)
    on Apr 21, 2010
  • Forum Post: Re: tvp5158 and DM6467

    Paul.Yin Paul.Yin
    I will let the TVP experts comment on this. What I meant was, when you are receiving audio, make sure you can see the signals on the AXR pins (use Oscope). Then you can worry about whether you are programming McASP right. If you don't see audio signals, debug TVP until you see the signals, and...
    on Apr 21, 2010
  • Forum Post: Re: tvp5158 and DM6467

    Viet Dinh Viet Dinh
    Hello ZhenChang, When we test the driver, we use DSP TDM mode. We test the I2S with stand alone EVM board. Can you tell me which mode are you using on DM6467? Are you using our TVP5157/DM6467 driver code as a baseline? Regards, Viet
    on Apr 21, 2010
  • Forum Post: Re: tvp5158 and DM6467

    zhencheng liang zhencheng liang
    I use the i2s mode, tvp5158 is master ,dm6467 is slave. I use my driver code for testing,as mcvip_test.out run error on my board. Now I can record something through tvp5158 ,but still have a question : why my tvp5158 can not output 8k sample rate?
    on Apr 22, 2010
  • Forum Post: Re: tvp5158 and DM6467

    Viet Dinh Viet Dinh
    Hello Zhencheng, I just checked the I2S mode in the lab with the TVP5158 EVM. I got both 8Khz and 16Khz come out Ok. Can you prob the R44 (LRCLK_R audio output) on the EVM to see if it is 8Khz or 16Khz? Beside setting C0h to 02h, I also have C3h set to E0h. Regards, Viet
    on Apr 23, 2010
  • Forum Post: Re: tvp5158 and DM6467

    zhencheng liang zhencheng liang
    Thanks , Viet, I am stupid. I should set C0h to 02h not to 10h.it can output 8kHz sample rate now. Cound you help me again? Just spend some minutes. I write a driver on linux-2.6.32 .When I run my code, I get the data my record with a lot noise. I don't have the tvp5158 evm board, so I want...
    on Apr 23, 2010
  • Forum Post: Re: tvp5158 and DM6467

    James Nave James Nave
    Hello zchiang, Excessive noise is usually caused by the McBSP data delay being set incorrectly. Also, you can order a TVP5158 EVM at the following web site. http://focus.ti.com/docs/toolsw/folders/print/tvp5158evm.html Regards, Jim The TVP5158 audio data is delayed two BCLK...
    on Apr 23, 2010
  • Forum Post: Re: tvp5158 and DM6467

    zhencheng liang zhencheng liang
    Thanks Jim, The problem has been resolved. zcliang
    on Apr 24, 2010
  • Forum Post: Is patch download of TVP5158 necessary?

    jerry tong jerry tong
    Hi, I got a sample code of TVP5158 driver which has been tested for DM6467, In the sample code, I found a operation about patch download of TVP5158 , Is it necessary? In the sample code of TVP5158, It is easy to set this chip, there are four steps to set TVP5158, the first is GetchipID, the...
    on May 18, 2010
  • Forum Post: Re: Is patch download of TVP5158 necessary?

    Viet Dinh Viet Dinh
    Hi Jerry, The patch is not required but recommended to make the TVP5158 to work perfectly since it addresses some bugs such as interrupt, QCIF mode field swap, Macrovision detection, etc... If you are running with DM6467, it is required. Regards, Viet
    on May 20, 2010
  • Forum Post: MCASP and TLVAIC320 settings for audio transmit

    Priya Priya
    Hi, We have a custom hardware with DM6467 connected to a TLVAIC320DAC. The hardware connections are as follows AFSX0->WCLK AXRO[2]->DIN ACLKO->BLCK MCLK on the TLVAIC320 DAC is grounded. Line Output from the TLV is connected to the RCA jack. I would like to know how to configure...
    on Jun 3, 2010
  • Forum Post: Re: MCASP and TLVAIC320 settings for audio transmit

    Viet Dinh Viet Dinh
    The posting has moved to DM support forum. Regards, Viet
    on Jun 3, 2010
  • Forum Post: TVP5158 v4l2 driver

    Victor Gottardi Victor Gottardi
    Can the TVP5158 driver for DM6467 be used as a regular v4l2 driver with single channel mode? How difficult would be to modify it to work like that? Why do I need this? We have a board with DM6467 and two TVP5158 and it can run the 8 channel D1 streamer demo. I want to use the same board for another...
    on Jun 24, 2010
  • Forum Post: Re: TVP5158 v4l2 driver

    Viet Dinh Viet Dinh
    Hi Victor, The v4l2 driver does work for single channel mode since the DM6467 EVM has TVP5147 on board and it is single channel. The TVP5158 can output single channel if you setting it to bypass mode. When TVP5158 in bypass mode, it output only CH1 and the output is in BT656 format just like TVP5147...
    on Jun 24, 2010
  • Forum Post: how to open two ports(portA+portB) of dm6467 for tvp5158?

    willis willis
    Dears: tvp5158 driver code from here http://e2e.ti.com/support/data_converters/videoconverters/f/376/t/41768.aspx to open only one port( MCVIP_VIDEO_INPUT_PORT_0 or MCVIP_VIDEO_INPUT_PORT_1), the port can capture data. But to open two ports,only MCVIP_VIDEO_INPUT_PORT_1 can get data, MCVIP_VIDEO_INPUT_PORT_0...
    on Jul 1, 2010
  • Forum Post: Re: how to open two ports(portA+portB) of dm6467 for tvp5158?

    Kedar Chitnis Kedar Chitnis
    hi, I assume you have two TVP5158s, one connected to each of the two 8-bit ports. You need to setup the driver in 8-bit port. MCVIP_CreatePrm.videoIfMode = MCVIP_VIDEO_IF_MODE_BT656 If both driver is setup in 16-bit (BT1120) mode then only one will take effect. Note, we have tested...
    on Jul 1, 2010
  • Forum Post: Re: how to open two ports(portA+portB) of dm6467 for tvp5158?

    willis willis
    hi Kedar thank you very much! your assumer is right. I have two TVP5158s, one connected to each of the two 8-bit ports. but I find the videoIfMode set is invalid. --------------------------------------------------------------------------------------------------------------------------- ...
    on Jul 1, 2010
  • Forum Post: Re: how to open two ports(portA+portB) of dm6467 for tvp5158?

    willis willis
    hi Kedar thank you again! you are right! Best regard!!! wanxiu
    on Jul 2, 2010
  • Forum Post: Re: how to open two ports(portA+portB) of dm6467 for tvp5158?

    Kedar Chitnis Kedar Chitnis
    So now you are able to get data from both TVP5158's ? ~Kedar
    on Jul 2, 2010
  • Forum Post: Re: how to open two ports(portA+portB) of dm6467 for tvp5158?

    willis willis
    yes,that is ok,kedar regards wanxiu
    on Jul 2, 2010
  • Blog Post: Video Decoder Driver Download Website

    James Nave James Nave
    The latest TVP5158 A/V drivers for the DM6446 and DM6467 are now available for download from the following web site. http://software-dl.ti.com/dsps/dsps_public_sw/dsps_swops_houston/ANALOG_VIDEO/DM_TVP5158_Driver.htm Please report any issue downloading files from this site to the Video Converters...
    on Sep 21, 2010
  • Forum Post: Re: how to open two ports(portA+portB) of dm6467 for tvp5158?

    yong wu58344 yong wu58344
    hi I have the same problem as above.But why can not i see the replys to the question? Thanks yongwu
    on Jan 4, 2011
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use