availvideobuffer
v1.0.1
Published
Avail Medsystems node addon to share video buffer
Downloads
3
Readme
availvideobuffer
- npm install cmake-js
- npm install
- npm pack
To test one can run node ./test.js
Read shared mem settings using this command : sysctl -a | grep sysv.shm , if it is lesser than below update it with below setting.
On some scenario where kernel buffer is set low we need to increase it.
- sudo sysctl -w kern.sysv.shmmax=33554432
- sudo sysctl -w kern.sysv.shmall=16294400
