-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rewrite to separate web app & interface from image processor #78
Comments
This would be very cool! |
This is happening, actually! at https://github.com/publiclab/image-sequencer
-- almost complete!
…On Tue, Aug 22, 2017 at 7:26 AM, nbarry101 ***@***.***> wrote:
This would be very cool!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ7vwxfFOlfDmKJNgaImr5h82cSD6ks5sarrmgaJpZM4F0E7N>
.
|
Sounds good. I've not much experience with Js, but hopefully I can work out how to run this from command line. I've got a little python script that currently uses infrapix_single to convert a batch images for a timelapse, but would love something that looks a bit more like infragram. Hopefully I can work out how to call the Js from python! Cheers |
Actually the js lib will be runnable from the command line directly!
…On Aug 22, 2017 5:51 PM, "nbarry101" ***@***.***> wrote:
Sounds good. I've not much experience with Js, but hopefully I can work
out how to run this from command line. I've got a little python script that
currently uses infrapix_single to convert a batch images for a timelapse,
but would love something that looks a bit more like infragram.
Hopefully I can work out how to call the Js from python!
Cheers
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJzfiBbiTu1VW3TXJfaD41rb5Yt9Iks5sa01GgaJpZM4F0E7N>
.
|
Fantastic, all the best with completing the project :) |
@ccpandhare - note potential interested party here! :-) |
Hopefully I can improve on this type of video |
Integration with Infragram sounds pretty interesting! |
one of the origins, but not the only one!
…On Thu, Aug 24, 2017 at 11:08 AM, Chinmay Pandhare ***@***.*** > wrote:
Integration with Infragram sounds pretty interesting!
Never knew this is where the idea for Image Sequencer came from 😅
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJwYnWGBk_UYa0xck02gE3SLIuUldks5sbZIDgaJpZM4F0E7N>
.
|
Also, did this here! https://github.com/publiclab/infragram -- tore out the processor there and separated it from the server-side app! |
It'd work like this:
And use https://github.com/Automattic/node-canvas to make runnable in NodeJS, and maybe even WebGL: https://github.com/mikeseven/node-webgl
If we did this, we'd be able to:
The text was updated successfully, but these errors were encountered: