GHPas Posted November 22, 2014 Share Posted November 22, 2014 Hi, i'm trying to build an app with pixijs but i cannot find the method to access the camera of the smartphone, i've read the pixijs documentation but it seems i cannot use pixijs, or i am wrong? Thank you Quote Link to comment Share on other sites More sharing options...
tsphillips Posted November 23, 2014 Share Posted November 23, 2014 To access native hardware (like a camera) from Javascript, you usually need some kind of language binding for the specific device. CocoonJS offers bindings like this:http://support.ludei.com/hc/en-us/articles/200860057-Camerahttps://doc.ludei.com/3.0.0/Cocoon.Camera.html However, caveat utilitor for anyone trying to mix a specific combination of framework, wrapper/bindings, and device. That is, I won't promise that any specific combination will work as expected. Tom Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.