We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to stream the frames (h264 raw compressed, annex b format) sent from an usb camera. I retrieve correctly every single frame but I don't know how to convert them in a PImage in order to display it. I cannot use Capture to read directly from camera, I'm sending the frames using sockets. Any suggestions? Do I have to decode the received frames? Thank you
Answers
Hi How do uou retrieve your images. I suggest you explore Processing's src code for ideas. Could you share a snippet with your code and somet raw data?
Kf