Hi,

I created a depth camera webcam driver. The driver displays a unint 16bit depth 
map coming from a live depth camera like a Kinect for instance.

I need to access to the pixel color values in javascript. I use getusermedia() 
and then a vertex shader.

I discovered that the pixels coming form getUserMedia() have been compressed 
(VP8 codec). This gives messy values to my depth pixels.

Bottomline, I need to have an access to the RAW pixel color values.
 
I heard about a way to recompile Firefox with a RAW mode setting in WebRTC, in 
order to remove VP8 compression.
Could anyone point me to the doc or explain me how to do it ?

Thanks much

Geoffrey
_______________________________________________
dev-media mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-media

Reply via email to