2017-08-09 11:47 PM
I am working on an application which requires interfacing an analog camera. I have choosed TI TVP5150AM1 to decode analog video to YCrCb 4:2:2 format and the scan format will be interlaced. As it has been mention here
DCMI is capable of working with progressive scans, but I need to use it in interlaced scan. As it uses VSYNC signal to detect the end of a frame, seems doesn't care about count of lines (whether 625 or 312), but I need to make sure that it does work with interlaced scan.Does it work?
P.S: Ah, I need to mention that I use odd/even frames as two seperate frames, therefore it is not required to combine odd and even frames into each other to reproduce the image.
#interlaced #camera #analog #dcmiSolved! Go to Solution.
2017-08-24 12:34 PM
DCMI doesn't care about Interlaced or progressive. it does support any mode as long as the count of lines in odd and even fields don't make any problem in behaviour of related unit in continue mode
2017-08-10 07:39 AM
Hi
Amj.Mohammad_H
,Only progressive scan is supported by STM32 DCMI.
Please refer to
for more details.-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2017-08-24 12:34 PM
DCMI doesn't care about Interlaced or progressive. it does support any mode as long as the count of lines in odd and even fields don't make any problem in behaviour of related unit in continue mode