Page 1 of 1

Streaming a camera view ?

Posted: Mon 2. May 2011, 15:18
by tiofredo
Hello.
I was wondering if I could, with jReality, manage a scene from an application, stream the feed of my cameras to a port, and read this port from another application.
I haven't found anything about that so far in here, but I might be mistaken.
Thanks for any help.

Re: Streaming a camera view ?

Posted: Fri 6. May 2011, 15:24
by tiofredo
Nobody knows, or it just can't be done ?
:cry:

Re: Streaming a camera view ?

Posted: Fri 6. May 2011, 19:32
by steffen
Sorry, this can't be done. But I guess it would be possible and not too hard to implement that.

Steffen.

Re: Streaming a camera view ?

Posted: Mon 9. May 2011, 10:56
by tiofredo
Ok, thanks.
Any idea where I should dig to achieve this ?
I'm trying to find an entry point, a plugin or a class to extend.
At some point, what is displayed in a camera panel (maybe not the right term) is (should be accessible as) a video, so this data should be "streamable".
I just have no idea how, and that's a big (main) part of my current project.
Thanks.

Re: Streaming a camera view ?

Posted: Mon 9. May 2011, 11:02
by steffen
I think you should look into src-jogl, maybe JOGLOffscreenRenderer.

Good luck,

Steffen.

Re: Streaming a camera view ?

Posted: Mon 9. May 2011, 11:10
by tiofredo
Thanks a lot, I'll keep the thread updated with my advancement.
Fred