Skip to content

Fix race conditions in msv4l2.c due to complex manipulations of mblk't ref-counters.

Simon Morlat requested to merge fix/v4l2 into master

Deprecate rescaling of images in case the camera provides a bigger image than it was requested: it creates processing for a very limited benefit. It was already disabled for iOS and Android, the change is for desktop platform only.

Merge request reports