Location:
Search - DM642 JPEG
Search list
Description: This application report describes how to build a motion JPEG demo running on Texas
Instruments DM6446 processor leveraging the JPEG codec combo and XDC tools
provided with the DM6446 DVEVM/DVSDK package. The demo is derived from the
motion JPEG demo running on the TI DM642 processor. Some tips on how to migrate
legacy code from TI DSP only based platform such as DM642 to the new
system-on-chip (SoC) platform such as DM6446 are provided.
Other than the JPEG codec combo, all other software source is provided along with this
report to expedite the development cycle for users.
Platform: |
Size: 1542597 |
Author: anonbo@163.com |
Hits:
Description: 在dm642上实现jpeg压缩并可进行网络访问的源码-dm642 in achieving jpeg compression can visit the network source
Platform: |
Size: 393216 |
Author: 黄文才 |
Hits:
Description: DM642上的图像压缩和解压缩源程序,包括网络、编码和解码部分。-DM642 the image compression source, including network, coding and decoding part.
Platform: |
Size: 475136 |
Author: Yuanbs |
Hits:
Description: TMS DM642 Motion jpeg encoder and decoder
Platform: |
Size: 322560 |
Author: 陈国斌 |
Hits:
Description: 基于DM642的JPEG图象编解码的回放程序。-JPEG image codecs of replay procedures.
Platform: |
Size: 198656 |
Author: 王维 |
Hits:
Description: 基于DM642的JPEG图象编解码的网络传输程序。-JPEG image codecs network transmission procedures.
Platform: |
Size: 403456 |
Author: 王维 |
Hits:
Description: ti dm642 jpge网络摄像机的源码-ti dm642 jpge source network cameras
Platform: |
Size: 737280 |
Author: sad |
Hits:
Description: dsp的程序,dm642实现JPEG的压缩的demo,应该会有用的哦-dsp procedures, dm642 achieve JPEG compression of the demo, should be used by Oh
Platform: |
Size: 196608 |
Author: zc |
Hits:
Description: 图像处理的应用实例,在dm642/dm643上皆可运行。-Image processing application, in dm642/dm643 can run on.
Platform: |
Size: 149504 |
Author: 刘凤 |
Hits:
Description: 基于DM642的JPEG图像的网络传输协议,在DM642的评估板上测试通过。-The JPEG image based on the DM642 network transmission protocol, in the DM642 evaluation board of the test.
Platform: |
Size: 1036288 |
Author: fire |
Hits:
Description: dm642上的图像压缩和解压缩源程序,包括网络、编码和解码部分-DM642 image compression and decompression source, including networks, encoding and decoding part
Platform: |
Size: 475136 |
Author: wwgddt |
Hits:
Description: SEED DM642平台,jpeg_loopback为JPEG算法的源码,主要是将每一帧的图像编码,然后解码输出-SEED DM642 platform, jpeg_loopback source code for the JPEG algorithm, mainly to each frame of image coding, and then decode the output
Platform: |
Size: 1182720 |
Author: 周正 |
Hits:
Description: jpeg_enc_1_0_dm642_evaluation_sprc241
TI DM642 JPEG 编码 测试源程序-jpeg_enc_1_0_dm642_evaluation_sprc241
Jpeg encoder for TI dm642 evm source codes
Platform: |
Size: 10810368 |
Author: Che |
Hits:
Description: DM642 bios TCP/IP源代码-DM642 bios TCP/IP source code
Platform: |
Size: 663552 |
Author: leiwen |
Hits:
Description: DM642开发板自带JPEG编解码算法!-DM642 development board comes with JPEG codec algorithm!
Platform: |
Size: 1182720 |
Author: 周明 |
Hits:
Description: 基于DM642的JPEG编码、网络传输程序,能够在ti的CCS集成开发环境下编译、运行,上位机通过网络可接收来自DSP编码的JPEG图像数据-DM642' s JPEG-based coding, network transmission process, the CCS can ti integrated development environment to compile and run, the host computer through the network can receive JPEG images from the DSP data encoded
Platform: |
Size: 403456 |
Author: vslinux |
Hits:
Description: 基于ICETEK-DM642-P4的图像网路算法实现
(视频图像处理-JPEG网络摄像机)-Based ICETEK-DM642-P4 network algorithm of image (video image processing-JPEG Network Camera)
Platform: |
Size: 574464 |
Author: 汪江 |
Hits:
Description: 1\colorbar_ 是一个向左滚动的彩条,主要验证视频输出。DSP负载90 多。
2\colorbar 是一个经过优化的向左滚动的彩条,DSP负载9.5 左右。
3\loopback 是一个一路视频输入同时一路视频输出的例程
4\loopback_pip 是一个两路视频输入同时一路视频输出的例程,把这两路视频以画中画的形式叠加在一起。
5\h263_loopback :H263编解码例程。
6\jpeg_loopback :MJPEG 编解码例程。
7\mpeg2_loopback :MPEG2编解码例程。
8\video_networking :MJPEG编解码例程同时网络传输。演示了jpeg加网络传输的一个网络视频服务器的例子,在PC上用IE浏览器可以看到图像。这个工程的IP地址是动态分配的。
9\video_networking_ip :MJPEG编解码例程同时网络传输。这个工程和上一个基本一样,只是这个工程的IP地址是固定的:192.168.0.253.
10\是声音实验例程,从线路输入,从线路输出。也可以通过改变audio.c中的myaic23_init()这个函数改成从话筒输入。
void myaic23_init()
{
reSetAic23()
SetAic23Sample_rate(AIC23_REG8_44_1KHZ)
SetAic23Line()
// SetAic23Mic()
}
11\loopback_uart是一个图像输入到输出,还有串口收发的例程-1\colorbar_ 是一个向左滚动的彩条,主要验证视频输出。DSP负载90 多。
2\colorbar 是一个经过优化的向左滚动的彩条,DSP负载9.5 左右。
3\loopback 是一个一路视频输入同时一路视频输出的例程
4\loopback_pip 是一个两路视频输入同时一路视频输出的例程,把这两路视频以画中画的形式叠加在一起。
5\h263_loopback :H263编解码例程。
6\jpeg_loopback :MJPEG 编解码例程。
7\mpeg2_loopback :MPEG2编解码例程。
8\video_networking :MJPEG编解码例程同时网络传输。演示了jpeg加网络传输的一个网络视频服务器的例子,在PC上用IE浏览器可以看到图像。这个工程的IP地址是动态分配的。
9\video_networking_ip :MJPEG编解码例程同时网络传输。这个工程和上一个基本一样,只是这个工程的IP地址是固定的:192.168.0.253.
10\是声音实验例程,从线路输入,从线路输出。也可以通过改变audio.c中的myaic23_init()这个函数改成从话筒输入。
void myaic23_init()
{
reSetAic23()
SetAic23Sample_rate(AIC23_REG8_44_1KHZ)
SetAic23Line()
// SetAic23Mic()
}
11\loopback_uart是一个图像输入到输出,还有串口收发的例程
Platform: |
Size: 1627136 |
Author: 郭福珍 |
Hits:
Description: 用于TI dm642平台的jpeg压缩程序-Platform for TI dm642 jpeg compression program
Platform: |
Size: 356352 |
Author: 唐迪 |
Hits:
Description: DM6446芯片由ARM926和DSP DM642+封装而成。其中的DM642+有真的强大数据处理能力。这份源代码中,是我们使用DM642+实现JPEG解码的关键算法部分。-The DM6446 chip by ARM926 and DSP DM642+, packaging is made. The wherein DM642+ really powerful data processing capability. This source code, we use DM642+ JPEG decoding key algorithm part.
Platform: |
Size: 29696 |
Author: cnauth |
Hits: