Hello,
We're trying to see if we can set up a simple video capture demo using
OMTB on a DM8168-based PROTOTYPE board (not the DDR3-EVM) using EZSDK
ti-ezsdk_dm816x-evm_5_01_01_80 as a starting point.
My thought is to take the dual_display_encode_decode_no_pause.oms script
since it uses the VFCC OMX component and simplify it to something along
the lines of:
VFCC -> DEI -> VFDC -> DC -> (OnChip-HDMI)
In other words, no H264 decode or encode in the mix. Just viewing a
live capture on one display.
One of my concerns is that since the PROTO board doesn't use any
TVP-based video decoders (but presumably the DDR3-EVM IO Expansion
board does ?) that the TVP OMX control component might cause grief
in setting up an OMTB-based video capture.
Question 1) Has anyone out there gotten something like this to work?
I understand that at this point we'll need to setup up our video
decoders separately outside of the TVP component.
Question 2) Is it sufficient to just comment out the TVP portions of the *.oms
script or will the "video-pipeline" be stalled out because this
setup happens outside of OMX/OMTB?
I've been pouring over the OMX documentation for the components that
came with the EZSDK but it doesn't seem to address this point.
Question 3) Is this even possible with the current OMTB in the EZSDK (perhaps
by making some changes to NO-OP the TVP OMX component if need be)?
Question 4) If it's currently not possible, is it on the roadmap?
If anyone out there has a plain vanilla capture-n-display OMTB script
they'd be willing to share or some relevant links/tutorials beyond
the documentation currently being shipped we'd be most grateful.
Thanks.
- Juan Solis