FangGet / ORB_SLAM2_Android

Repo no longer maintained
GNU General Public License v3.0
293 stars 140 forks source link

what's the meaning of `synchronized (im)` in `ORBSLAMForCameraActivity.java` #10

Open eugenelyj opened 6 years ago

eugenelyj commented 6 years ago

i dont understand the code synchronized (im) in ORBSLAMForCameraActivity.java, why to use synchronized here, could anybody help me ?