Other Parts Discussed in Thread: OMAPL138
Hello,
I recently asked questions about VPIF.
The following link is a question that I posted a while ago.
I've read answers and some have helped, but I still have some questions.
The OMAPL138 Technical Reference Manual states that VPIF supports BT.656, BT.1120, and SMTPE 296. I am trying to receive data in SMTPE 296 format (1280x720p).
The description of the Technical Reference Manual is based on SMTPE 296 (progressive, 60 fps). Now I am trying to receive data with SMTPE 296 (progressive, 30 fps).
However, the VPIF interrupt does not working and no data is received from the camera.
The register settings are as follows.
C0CTRL - FIELDFRAME : 1
- INTRPROG : 1
- INTFRAME : 0
- YCMUX : 0
- CAPMODE : 0
- CHANEN : 1
C1CTRL - INTRPROG : 1
- YCMUX : 0
- CAPMODE : 0
- CHANEN : 1
INTEN - ERROR : 1
- FRAME0 : 1
INTSET - ERROR : 1
- FRAME0 : 1
ch0, ch1 is same(Only CnHCFG(EAV2SAV) is different from the number shown in Technical Reference Manual)
CnTLUMA - n is 0 : Luma Buffer Addr, 1 : Chroma Buffer Addr.
CnHCFG - EAV2SAV : 2012(30fps) / manual is 362 (it seems to be based on 60fps)
- SAV2EAV : 1280
CnVCFG0 - L1 : 1
- L3 : 26
CnVCFG1 - L5 : 746
CnVSIZE - VSIZE : 750
The other register setting is 0.
Among the answers (second link), BT.1120 (FHD, 1920x1080, 30p) is not supported by OMAPL138.
However, the Technical Reference Manual clearly states that it is supported.
I'm wondering if SMTPE 296 (HD, 1280x720) is not supported either.
If it is not, please give me a guide.
Thank you.