amrsekilly / ipcapture

Automatically exported from code.google.com/p/ipcapture
Other
0 stars 0 forks source link

Does it work with h.264? #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
3.0 on Windows 8 with Processing 2.2.1

Please provide any additional information below.
I'm very hesitant to post this as an issue, because it is more of a question. 
Is it possible to use this library, or slightly modify the library, to capture 
a h.264 feed? I'm trying to use this with a Raspberry Pi Camera, which only 
gives a h.264 feed with good fps. Any mjpeg output is very buggy on the Pi. 
Thanks

Original issue reported on code.google.com by mbakerx...@gmail.com on 6 Aug 2014 at 7:29

GoogleCodeExporter commented 8 years ago
I actually have found a way to stream mjpeg from the pi camera on my computer 
using what I found here: 
http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=63276, which works in 
most browsers. However the stream still isn't read by the IP library when I run 
the Processing program.

Original comment by mbakerx...@gmail.com on 10 Aug 2014 at 7:22