Hi,
It would be 3. You can show the processing time using this:
rtabmap-report Timing/Total/ms rtabmap.db
Do "rtabmap-report --stats rtabmap.db" to show all avaialble statistics.
If processing time is over Rtabmap/DetectionRate, rtabmap will skip frames, keeping only latest ones. Rtabmap/ImageBufferSize (default 1) could be increased (or set to 0=inf) to make sure to process all data, however if rtabmap cannot process under the detection rate again, the buffer will increase and rtabmap will be late.
cheers,
Mathieu