Basically I have an IP Camera that can send me single frames in JPEG format.
I've already builded a class that sends repetitive requests for current frame.
The frame is stored as QImage object and it is constantly updated.
I've read few topics on the forum and articles on the internet and I'm little confused.
invmem vs. imem - which one should I use? I'm not sure but, isn't invmem deprecated?
If I should use imem, does any one can give me any tips, how to use it?
I don't know even how to start... any piece of code would be helpfull.
Thanks in advance