-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can i use node to get screenshot from framebuffer raw #1
Comments
https://github.com/denghongcai/node-framebuffer/blob/master/lib/framebuffer.js#L46 actually, node-framebuffer already mmapped fb for you, you can directly read from it. |
thanks for feedback, is that the whole pixel data in the raw data?
it seems not the version in the package.json |
please paste whole log here, not the last few lines. |
emmmm, the error is very long, i think you can check the attachment |
a very strange thing , the log is the non-root user's log file |
mmap-io version may related to V8 version, maybe your node version is too high. |
Hi Mr.Deng:
I'm finding some infomation about converting framebuffer raw data to a screenshot,
I find your work here coincidently.
Can i get screenshot from framebuffer raw using node。js ?
Could i get some hit from your exprience?
thank you
The text was updated successfully, but these errors were encountered: