System updates will be applied on Mar 14th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
The current behavior of LV is to override the animation PlayMode and Duration settings when clicking on Play/Pause buttons. Therefore, it is not possible to use custom animations modes or settings.
The aim of this MR is to :
NOTE : When upgrading LVCore in your specific LidarView based application, you should consider removing the line app.scene.UpdateAnimationUsingDataTimeSteps()
in function applogic.openPCAP()
. Without this change, the speed mode will be set to All Frames
when a new pcap will be loaded. By removing this line, the speed mode and animation settings won't be changed, and will be kept as user set them before.