Re: motion jpeg and wicket

2013-01-14 Thread Marc Nuri San Félix
c. > 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

Re: motion jpeg and wicket

2013-01-14 Thread Decebal Suiu
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 maili

Re: motion jpeg and wicket

2013-01-14 Thread Martin Grigorov
rojects/mjpg-streamer/ > > > > [2] http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome > > > > > > > > [3] out.writeBytes("Content-Type: > multipart/x-mixed-replace;boundary=" > > + > > > > BOUNDARY + "\r\n"); > >

Re: motion jpeg and wicket

2013-01-14 Thread Marc Nuri San Félix
t.writeBytes("--" + BOUNDARY + "\n"); > > > > byte[] imageBytes = ... ; > > while (true) { > > out.writeBytes("Content-type: image/jpeg\n\n"); > > out.write(imageBytes); // p

Re: motion jpeg and wicket

2013-01-11 Thread Martin Grigorov
nt-type: image/jpeg\n\n"); > out.write(imageBytes); // pseudo code > out.writeBytes("--" + BOUNDARY + "\n"); > out.flush(); > Thread.sleep(500); > } > > > Best regards, > Decebal > > > > -- >

Re: motion jpeg and wicket

2013-01-11 Thread Decebal Suiu
eudo code out.writeBytes("--" + BOUNDARY + "\n"); out.flush(); Thread.sleep(500); } Best regards, Decebal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/motion-jpeg-and-wicket-tp4655294p4655309.html Sent f

Re: motion jpeg and wicket

2013-01-11 Thread Ernesto Reinaldo Barreiro
Hi, On Fri, Jan 11, 2013 at 4:19 PM, Decebal Suiu wrote: > Hi > > Is it possible to implement a motion jpeg in wicket [1]. I want to > implement > a webcam viewer in wicket. I have a library that give me BufferedImage(s) > from a webcam. Now I can display an BufferedImage in wicket but I want to

Re: motion jpeg and wicket

2013-01-11 Thread Marc Nuri San Félix
> > See you another approach? Any advice is welcome. > > [1] http://en.wikipedia.org/wiki/Motion_JPEG > > Best regards, > Decebal > > > > -- > View this message in context: > http://apache-w

motion jpeg and wicket

2013-01-11 Thread Decebal Suiu
JPEG Best regards, Decebal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/motion-jpeg-and-wicket-tp4655294.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-m