Part Number: TDA3MV Hi Team,
I am working on setting up the TDA3x Vision SDK on a Windows host machine, and I am encountering issues during the installation/build process.
### Environment Details: - SDK: TDA3x Vision SDK (03.08.00.00 (Dec 25, 2019…
Part Number: TDA3MV Hi, TDA team
Customer wants to buy TDA3MVS, but only TDA3MVR is available on TI.COM.
can you asist how to customer can buy TDA3MV S ?
Part Number: TDA3MV Hello,
We are using TDA3 DSS (Display Subsystem) to generate 1920x1080p30 (CEA-861 timing) output.
The configured timing parameters are standard:
HTOTAL = 2200
VTOTAL = 1125
Pixel clock = 74.25 MHz
However, when measuring…
Part Number: TDA3MV Hi,
We're testing a GS2972 connected to a TDA3.
To control the registers on the GS2972, the following specifications must be met.
Is it possible to implement this function on the TDA3 using MCSPI?
Part Number: TDA3MV Hi,
We are checking the end-to-end latency from ISS Capture to DSS Display on TDA3
Conditions
Camera: 30 fps
Display: 30 fps
Pipeline: ISS → DSS only
Understanding
ISS provides a frame only after full…
Part Number: TDA3MV Hello.
We are using grpx (Draw2D) to display text and boxes on the screen.
When we set colors using RGB888_TO_RGB565() , only white, gray, and black are displayed, regardless of the RGB values we input.
Since our camera pipeline…
Part Number: TDA3MV IssCapture -> Alg_Thermal1 -> Alg_Thermal2 -> -> IssResizer -> Display_Video
I'm using the link above.
I've confirmed that the resize function is working properly.
I want to output the original size without using the resize function…
Part Number: TDA3MV Hello,
I am using the affine transformation to be possible rotate the image 90 degrees on TDA3X:
Our resolution is 1280x800 and on default state we have the next configuration, with correct image.
// ldcCfg->perspTrnsformCfg…
Part Number: TDA3MV
I want to display the format below on my ISP.
info->width = 640;
info->height = 480;
info->dataFormat = SYSTEM_DF_YUV422I_UYVY;
info->bpp = SYSTEM_BPP_BITS8;
info->features = ISS_SENSORS_THERMAL_FEATURES;
After connecting…