Part Number: SK-AM69
Other Parts Discussed in Thread: AM69
Hi,
I'm using ti-processor-sdk-linux-edgeai-j784s4-evm-10_01_00_05-Linux-x86-Install.bin on SK-AM69.
When I run the folowing pipeline:
gst-launch-1.0 rtspsrc location=rtsp://192.168.109.242/live_st1 latency=200 ! queue ! \
rtph264depay ! \
h264parse ! queue ! \
v4l2h264dec capture-io-mode=dmabuf ! \
tiovxcolorconvert target=0 ! \
video/x-raw,format=NV12 ! \
waylandsink sync=false
Every thing works fine.
However, when I change the target to 1 ~ 3:
gst-launch-1.0 rtspsrc location=rtsp://192.168.109.242/live_st1 latency=200 ! queue ! \
rtph264depay ! \
h264parse ! queue ! \
v4l2h264dec capture-io-mode=dmabuf ! \
tiovxcolorconvert target=1 ! \
video/x-raw,format=NV12 ! \
waylandsink sync=false
I get the following warning:
WARNING: erroneous pipeline: could not set property "target" in element "tiovxcolorconvert" to "1"
Does this mean tiovxcolorconvert only runs on target=0 (DSP_C7-2)?
Since AM69 has 4 C7x DSP cores, how can I utilize all of them for color conversion or other OpenVX tasks?
Is there a way to assign tiovxcolorconvert to other DSP targets ?
Best Regards,
Jason Lee

