Constructor Summary
Public Constructor | ||
public |
constructor |
Method Summary
Public Methods | ||
public |
readMotion(url: string | File): CameraMotion | null read motion data from given URL |
|
public |
readMotionFromFile(file: File): CameraMotion | null read motion data from given File object |
Public Constructors
Public Methods
public readMotion(url: string | File): CameraMotion | null source
read motion data from given URL
Params:
Name | Type | Attribute | Description |
url | string | File | URL of motion data or File object |
public readMotionFromFile(file: File): CameraMotion | null source
read motion data from given File object
Params:
Name | Type | Attribute | Description |
file | File | File object of motion data |