I would like some help on hardware cropping in DM365
I am trying to build a demonstration that includes
Capturing(v4l2src, NV12, 736x576, 25fps) -> Crop(left=80,right=200,height=400,width=300) -> Encoding(h264)-> Streaming(udp).
the sizes are unimportant for this demonstration and the croping sizes can change and move
I tried to use Gstreamer videocrop but it didn't supported the NV12 format and to use two color converters isn't an option in term of arm cpu.
is there a way for hardware croping in encoder or to configure TIResizer to do the job.