You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ This is a issue tracker, please use our mailing list for questions: www.pcl-users.org. ⚠️
Your Environment
Operating System and version: any
Compiler: any
PCL Version: master branch
Expected Behavior
in octree_pointcloud_compression.hpp, around line 153# to 156#, it checks member 'i_frame_' to decide print 'Encoding Frame: Intra frame' or 'Encoding Frame: Prediction Frame'. However, 'i_frame_' will always be set as 'false' after switch buffer once encoding is done, see line 141#. Consequently statistic result always show 'Encoding Frame: Prediction Frame'.
Line 141# 'i_frame_ = false;' should be moved down after printing statistics.
Current Behavior
Possible Solution
Code to Reproduce
Context
The text was updated successfully, but these errors were encountered:
Your Environment
Expected Behavior
in octree_pointcloud_compression.hpp, around line 153# to 156#, it checks member 'i_frame_' to decide print 'Encoding Frame: Intra frame' or 'Encoding Frame: Prediction Frame'. However, 'i_frame_' will always be set as 'false' after switch buffer once encoding is done, see line 141#. Consequently statistic result always show 'Encoding Frame: Prediction Frame'.
Line 141# 'i_frame_ = false;' should be moved down after printing statistics.
Current Behavior
Possible Solution
Code to Reproduce
Context
The text was updated successfully, but these errors were encountered: