fixed pluging dtype
This commit is contained in:
parent
5b210a1844
commit
713240f4f6
|
@ -125,7 +125,7 @@ public class ComputerVisionPluginImpl implements ComputerVisionPlugin {
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void bodyJoints(long timestamp, BodyJoints bodyJoints) {
|
public void bodyJoints(Long timestamp, BodyJoints bodyJoints) {
|
||||||
if (isLogging){
|
if (isLogging){
|
||||||
this.bodyJointsEventList.add(new BodyJointsEvent(timestamp,bodyJoints));
|
this.bodyJointsEventList.add(new BodyJointsEvent(timestamp,bodyJoints));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user