Topic: Update/upgrade NeTVBrowser?
While developing a race car dash (http://securitypedant.com/bdr/dash) to display race car data while streaming onboard cameras live to YouTube, I found that the NeTVBrowser is old. It doesn't seem to support the function:
window.requestAnimationFrame()
I tried
window.webkitRequestAnimationFrame()
Also no result. I've resorted to using
setInterval()
Which works, but is very CPU intensive.
Anyone know how the firmware can be recompiled with a newer NeTVBrowser or if anyone has had success in upgrading the one shipping in firmware version 43?