Freescale / gstreamer-imx

GStreamer 1.0 plugins for i.MX platforms
Other
183 stars 127 forks source link

imxv4l2videosrc +glupload #239

Closed BMValeev closed 4 years ago

BMValeev commented 5 years ago

For some reason imxv4l2videosrc and glupload is not compatible in memory copying sense. Each time glupload use cpu memory copy when data is received from imxv4l2videosrc. If I use videotestsrc + imxipuvideoconvert everything is going correctly and GLMemory copying is used.

BMValeev commented 4 years ago

I've understood, that better way is to go to the v2 branch, but meson can't build for some reason in yocto

BMValeev commented 4 years ago

upd. Is it possible to integrate shaders into pipeline with imxv4l2videosrc as source?