Get the color of a pixel from a video on screen

Can i get the color of a pixel from a video on screen? My app has a video at the lower half of the screen and need to display a background color from this video at the upper half of the screen.

Thanks

What API are you using to play the video?

Rob

Hi Rob, i’m using native.newVideo()

native.* API’s run outside of the Corona OpenGL canvas. We have no access to that information from Corona. It might be possible to write a native feature that can do that using Corona Native.

Rob

Ok, thank you Rob.

Xavier

What API are you using to play the video?

Rob

Hi Rob, i’m using native.newVideo()

native.* API’s run outside of the Corona OpenGL canvas. We have no access to that information from Corona. It might be possible to write a native feature that can do that using Corona Native.

Rob

Ok, thank you Rob.

Xavier