How to display h264 raw data?

edited March 2018 in Library Questions

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

Tagged:

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

Sign In or Register to comment.