Hi Marc
Thanks for response. A custom Mapper with a RequestHandler that do my job
was one of ideas but onRespond I must implement a while loop and I know if
it's ok.
For example:
public void respond(IRequestCycle requestCycle) {
// se content type to "multipart/x-mixed-replace;boundary=myboundry"
// set no cache
// send grab images
while (!stop) {
// send next images
// sleep some milliseconds related to FPS (frames on second)
}
}
A solution is to use an external servlet that handles request related to
webcam or a wicket push technic.
For me, wicket is a (nice) hammer on web development and the problem is that
I intend to resolve all problems this hammer :)
Best regards,
Decebal
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/motion-jpeg-and-wicket-tp4655294p4655340.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]