• 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 » Digital Signal Processors (DSP) » DaVinci™ Video Processors » DM64x DaVinci Video Processor Forum » All Tags » DM365
Share
DaVinci™ Video Processors
  • Forums
  • Announcements

Browse by Tags

DaVinci™ Video Processors

Welcome to the DaVinci™ Video Processors 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".

Sign In to 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:
DM365
  • Codec
  • codec engine
  • Da Vinci
  • DAVİNCİ
  • DDR2
  • demo
  • DM6446
  • DM648
  • drivers
  • DVEVM
  • DVSDK
  • EVM
  • H264
  • Linux
  • PSP
  • resizer
  • SPI
  • tvp5158
  • VICP
  • video
  • video capture
  • Video Port
  • VideoPort
  • VPBE
  • VPBE digital output
Related Posts
  • Forum Post: DM365 and 1080p @ 30pfs

    Y.Chay Y.Chay
    Hi, I need to translate CMOS sensor RAW data (Bayer) into BT.1120 or other standard parallel digital video format (CEA-861) with 1080p30 performance. My application does not require any CODEC. Can I use the DM365 to do the job? Thanks, Yossi
    on May 29, 2009
  • Forum Post: Possible Multiple DM365 Sharing The Same Hard Disk Drive?

    tkcheng12219 tkcheng12219
    Hi, Currently I am considering of using DM365 for my project that require video processing of 4 D1 channel into H.264 for my DVR application. However, from the reference design it can only support for up to maximum 2 channel of D1. In this case, my option would be using 2 DM365. However, I do not sure...
    on Jun 1, 2009
  • Forum Post: Question Regarding DM365

    Veeranna Hanchinal Veeranna Hanchinal
    HI all, We want use VPSS module of DM365 so is there any API's and its reference guide. to configure VPSS module register. for ex: face detection, video stabilizer module? The doc 'sprugg8.pdf' mentions the register level configuration to configure the face detection module and etc.,...
    on Jun 11, 2009
  • Forum Post: Trouble building demos on DM365 EVM

    bandini bandini
    I am trying to build the encode demos from the beta dvsdk for dm365 evm, and it fails with the following message : cl470MV package/cfg/encode_x470MV.c ... In file included from package/cfg/encode_x470MV.c:280: /home/cynove/src/ARM/davinci/dvsdk_2_10_00_13/framework_components_2_23/packages/ti/sdo...
    on Jun 26, 2009
  • Forum Post: Re: NFS not working on DM365

    Hank Magnuski Hank Magnuski
    The NFS server in this case was an older Fedora distribution running a 2.6.20-1 kernel. When the portmap was being blocked and running under the default conditions, a TCPDUMP trace did not show any NFS packets being emitted by the DM365. I would assume that if the defaults were being used I would see...
    on Jun 29, 2009
  • Forum Post: Re: how to capture arbitrary size video by v4l2(DM6446)?

    Tom Hanson Tom Hanson
    I found a wiki page for a resizer demo (http://wiki.davincidsp.com/index.php?title=IPIPE_resizer_demo) and it has a link to the code. Unfortunately my board needs to be registered. When I go to the registration page (http://focus.ti.com/dsp/docs/dspsplash.tsp?contentId=33169&DCMP=DSP_DaVinci&HQS...
    on Jun 30, 2009
  • Forum Post: Re: how to capture arbitrary size video by v4l2(DM6446)?

    Tom Hanson Tom Hanson
    Bernie Thompson The DM365 is registered through www.ti.com/myregisteredsoftware as opposed to the older Davinci registration site, OK, I've done that . Bernie Thompson Have you seen the examples under dvsdk_2_10_00_13\PSP_02_10_00_11\examples\dm365\previewer_resizer? I believe these are a bit...
    on Jun 30, 2009
  • Forum Post: Where are bootargs for davincifb?! davinci_enc_mngr?!

    Tom Hanson Tom Hanson
    I have seen many questions about where are bootargs documented. I have even asked that question myself. But there are very few answers. I just found a couple and thought I'd share. 1) The part of bootargs that reads: davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x576x16,2025K...
    on Jul 7, 2009
  • Forum Post: Re: DM365 Remote Control

    Hank Magnuski Hank Magnuski
    The documentation says it's a Philips SRU3004/27 and it looks like this:
    on Jul 9, 2009
  • Forum Post: DMAI updated for h.264?

    Tom Hanson Tom Hanson
    Has the DMAI API been updated for h.264? The reason I ask is becuase the "encoder" example in dvsdk_demos/dm365, which uses the DMAI API does not supply any h.264 specific parameters to the encoder. AND while there is a set of pre-defined parameters (Venc1_Params_DEFAULT) and dynamic parameters...
    on Jul 9, 2009
  • Forum Post: How to safely modify dvevmStMapArr in DVTB Demo

    Tom Hanson Tom Hanson
    I'm trying to modify the DVTB demo code to strip out the parts I'm not interested in. In dvevmStParam.d the function dvevm_st_initValues() initializes dvevmStMapArr[] and then copies it to MAP. MAP is accessed by dvevm_st_getParam() which is not called within DVTB. MAP is also accessed as part...
    on Jul 14, 2009
  • Forum Post: File Output equivalent to v4l2_usrptr_loopback?

    Tom Hanson Tom Hanson
    I'm working with a legacy board that doesn't have a video output device, trying to get demo code working on it. v4l2_usrptr_loopback appears to run, but there's no way to see the output. None of the demos that I can find which write a file to the disk will run. Is there a file-writing...
    on Jul 22, 2009
  • Forum Post: Are older versions of encoders available?

    Tom Hanson Tom Hanson
    I may need to update an existing application that was based on an older version of the DVEVM software. Currently, there is no MPEG codec configured into the engine, and there is not one in codec directory where it should be. I need to add that MPEG codec to the engine. I'm not sure that the current...
    on Jul 24, 2009
  • Forum Post: Warning: TraceUtil messages are NOT unique!

    Tom Hanson Tom Hanson
    While using trace messages from TraceUtil to find a problem with a codec, I discovered that in some cases there are multiple versions of functions (i.e. Algorithm_create in Algorithm_BIOS.c and in Algorithm_NoOS.c) which output identical messages (i.e. "ti.sdo.ce.alg.Algorithm - Algorithm_create>...
    on Jul 27, 2009
  • Forum Post: Where is a complete list of trace masks for TraceUtil?

    Tom Hanson Tom Hanson
    The Codec Engine Application Developer User's Guide list an abbreviated set of module names in section 4.8.7 that can be used to control tracing information. Values such as "CE" or "ti.sdo.ce.osal.AlgMem". However, while while digging through the Codec Engine code trying to...
    on Jul 27, 2009
  • Forum Post: Re: Source for DVEVM/DVSDK 1.2 encode demo?

    Tom Hanson Tom Hanson
    Juan Gonzales Where are you reading the version number, which doc. I was referring to DVSDK 1.2 which does not necessarily mean encode demo oro codecs match the same version. DM365 did not even exist when this DVSDK version released for DM6446 (~ 2 years ago), hence it would be very surprising if you...
    on Jul 30, 2009
  • Forum Post: NFS not working on DM365

    Hank Magnuski Hank Magnuski
    Just received the DM365 EVM and am trying to mount another directory. I get this error: # ./mount 192.168.1.10:/home/davinci/target /mnt/disk mount: wrong fs type, bad option, bad superblock on 192.168.1.10:/home/davinci/target, missing codepage or other error In some cases useful info is found in...
    on Jun 27, 2009
  • Forum Post: Re: VGA o/p with DM365

    Bernie Thompson TI Bernie Thompson TI
    The on board video DACs on the DM365 do not support an arbitrary analog output, they only support TV (SD and HD) standard timings which use embedded syncs. A Video Graphics Array (VGA) output implies support for various resolutions and timings as well as requiring external syncs which are not available...
    on Aug 13, 2009
  • Forum Post: Where is the Resizer API documented?

    Tom Hanson Tom Hanson
    Specifically, I'm looking for Resize_config(). I see it used in the demo code, and it appears to be part of DMAI, but I can't find it documented anywhere. Any help appreciated!
    on Aug 14, 2009
  • Forum Post: DM365IPNC-MT5 appro software design vs EVM dm365 TI advantages/ disadvantages

    Padd ex Padd ex
    Hi, i am new in programming embedded for davinci applications. I started with the appro reference design board DM365IPNC-MT5 and the evaluation board from TI (dm365). From my point of view both manufactors using basically different softwaredesigns. Appro wrote his own devices and buffer managements...
    on Sep 28, 2009
  • Forum Post: Re: dvsdk_2_10_01_18 DMAI Linking Error

    MRI MRI
    Your right. Somehow the home directory path got screwed up. /home/a0756824/davinci_multimedia_application_interface/ is not my home and dvsdk directory. I don't know where it pulled it from. I downloaded the MV Pro 5 from MontaVista Zone and successfully build the kernel. Now I'm trying to...
    on Oct 30, 2009
  • Forum Post: Re: dvsdk_2_10_01_18 DMAI Linking Error

    MRI MRI
    I know it works with the dvsdk kernel. But we're trying to evaluate the MV5 Pro version from MVista Zone since our subscription with TI is about to end and we have to renew with MV. I want to make sure I can run the dvsdk demos using the MVista kernel. MV is providing no support and says I have to...
    on Nov 3, 2009
  • Forum Post: can not run the demo videos on dm365

    xpc xpc
    Hi, all! I'm working with dm365. The software I use is: - mvl_5_0_0801921_demo_sys_setuplinux - mvl_5_0_0_demo_lsp_setuplinux_02_10_00_14 - dvsdk_dm365_setuplinux_2_10_01_18 - xdctools_setuplinux_3_15_01_59 - psp_02_10_00_14 After I rebuilt the Linux kernel and the DVSDK...
    on Nov 5, 2009
  • Forum Post: dvsdk_2_10_01_18 DMAI Linking Error

    MRI MRI
    I'm getting an error when I run make. I checked the Rules file and it looks ok. The output is below. Mike Linking linux/video_loopback_copy_dm365.x470MV from appMain.dm365.o470MV linux/main.dm365.o470MV linux/video_loopback_copy_dm365_config/linker.cmd /home/mikeiz/dvsdk_2_10_01_18/dmai_1_21_00_10...
    on Oct 30, 2009
  • Forum Post: VPFE Buffers: Capture vs. Output?

    Tom Hanson Tom Hanson
    Where can I find a discussion (documentation?) of the difference between "capture" buffers (V4L2_BUF_TYPE_VIDEO_CAPTURE) and "output" buffers(V4L2_BUF_TYPE_VIDEO_OUTPUT) provided by the VPFE? For the DM365 if possible. What I'm looking for is pretty basic: what data goes into...
    on Jul 8, 2009
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