You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This come from a pull request, I hesitated to merge. It implements a buffer management inside library. Using startPartialWrite, multiple call to writePartial will fill up the buffer and then endPartialWrite will write the concatenated buffers.
Same thing could be achieved concatenating buffer and call write.
Best Regards
Michel
what is the different between writePartial function and write function in V4l2Output ?
The text was updated successfully, but these errors were encountered: