readme.multi-threading
来自「trident tm5600的linux驱动」· MULTI-THREADING 代码 · 共 13 行
MULTI-THREADING
13 行
libv4lconvert is not safe for using one convert instance as returned byv4lconvert_create from multiple threads, if you want to use one v4lconvertinstance from multiple threads you must provide your own locking and makesure no simultanious calls are made.libv4l1 and libv4l2 are safe for multithread use *under* *the* *following**conditions* :* when using v4lx_fd_open, do not make any v4lx_ calls to the passed fd until v4lx_fd_open has completed* all v4lx_ calls must be completed before calling v4lx_close
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?