Unity 3D MJPEG

Hi again,
I’m trying to figure out the way import the URL address of a webcam which proudces mjpeg format. (The purpose is to show updated images of the webcam PVC2300 on the little virutal monitor in Unity 3D) There was no problem importing the webcam address. I think the only problem was Unity 3D does not support mjpeg format. Any ideas guys?If you can give me a way to break the mjpeg format to .jpegs, I’ll appreciate that too. Cheers! (Pardon my English, mates)

If the files aren’t JPG/PNG in format then you’ll have to write your own plugin (no web player support there) to import the data and that may be a deal breaker. Otherwise can you write something server-side to convert mjpeg to jpg?

Don’t you folks down in Oz speak English? :stuck_out_tongue: Except for your wacky phrases, like “rattle your dags”… :slight_smile:

If the files aren’t JPG/PNG in format then you’ll have to write your own plugin (no web player support there) to import the data and that may be a deal breaker. Otherwise can you write something server-side to convert mjpeg to jpg?

Thank you HiggyB. Appreciate it!!