07/13/2022 7:51 AM
post121866
|
Hello,
as i remember right, lsm-nraw.so was available as source code to have an example for your own specialized filters.
The lowest latency will be archived implementing your complete network protocol as your own lsm-XXX.so.
Here the flexibility is very high. For example, if the message passing latency to the resmgr interface of the lsm-nraw.
so is to high for your problem, store the frames with your lsm-XXX.so to a shared memory region and use the resmgr
interface only for triggering...
Regards
Michael
|
|
|