javascript - How to draw a YUV image to HTML5 canvas without converting it to RGB first? -


is possible draw yuv image html5 canvas without converting rgb first?

i found this gist, takes yuv image, converts rgb, , draws canvas. there anyway skip rgb converting phase?

i need live video streaming, drawing each frame should fast possible.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -