OpenHPS/openhps-rdf

View on GitHub
src/mapping/video/CameraObject.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { SerializableObject } from '@openhps/core';
import { CameraObject } from '@openhps/video';
import { sosa } from '../../vocab';

SerializableObject({
    rdf: {
        type: sosa.FeatureOfInterest,
    },
})(CameraObject);