Other Parts Discussed in Thread: DM385
Tool/software: Linux
I’m developing an application using a DM369 and DM385 to pass compressed images over a wireless Ethernet interface. I need to minimize the latency of:
- Demosaicing the Bayer camera image on the DM369.
- Compressing the image using jpeg.
- Passing the compressed image over WiFi.
- Decompressing the image on the DM385 using jpeg.
- Displaying the image using HDMI.
A couple of questions:
- Does TI recommend IPNC over GStreamer? Is IPNC going to be supported for a while? Is there GStreamer support on a “new” Linux kernel, using TI coprocessor code?
- I have a fairly new distribution of the DVSDK for the DM385 (ipnc_rdk-3.9.1). Is there a new IPNC distribution for the DM369?
Larry Medwin