fixed pluging dtype

This commit is contained in:
Mautisim Munir 2022-11-08 02:03:53 +05:00
parent 5b210a1844
commit 713240f4f6

View File

@ -125,7 +125,7 @@ public class ComputerVisionPluginImpl implements ComputerVisionPlugin {
@Override
public void bodyJoints(long timestamp, BodyJoints bodyJoints) {
public void bodyJoints(Long timestamp, BodyJoints bodyJoints) {
if (isLogging){
this.bodyJointsEventList.add(new BodyJointsEvent(timestamp,bodyJoints));