1 | initial version |
I do not know if it is possible to encode to H.264 frame by frame (I think that this is only possible with a buffer).
Yes, it id possible. Use VideoWriter, but it saves video only to a file. Therefore, I recommend using the ffmpeg library (libav).
I do not know the better way to send my video frame by frame to another computer by the network.
Better way or better library? Better way - via TCP.
I want to keep the framerate higher as it would be possible.
It all depends on the encoding parameters and hardware.
2 | No.2 Revision |
I do not know if it is possible to encode to H.264 frame by frame (I think that this is only possible with a buffer).
Yes, it id is possible. Use VideoWriter, but it saves video only to a file. Therefore, I recommend using the ffmpeg library (libav).
I do not know the better way to send my video frame by frame to another computer by the network.
Better way or better library? Better way - via TCP.
I want to keep the framerate higher as it would be possible.
It all depends on the encoding parameters and hardware.