Skip to content

Commit

Permalink
deploy: 3c01d2f
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmosys committed Dec 17, 2024
1 parent f60ea46 commit b92d789
Show file tree
Hide file tree
Showing 9 changed files with 1,096 additions and 982 deletions.
652 changes: 342 additions & 310 deletions index.html

Large diffs are not rendered by default.

387 changes: 216 additions & 171 deletions index.md

Large diffs are not rendered by default.

Binary file modified index.pdf
Binary file not shown.
109 changes: 56 additions & 53 deletions opentrackio/examples/complete_dynamic_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,43 @@
1.0,
2.0
],
"distortion": {
"radial": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0
],
"tangential": [
1.0,
2.0
]
},
"distortionOverscan": 1.0,
"distortionShift": {
"distortionOffset": {
"x": 1.0,
"y": 2.0
},
"distortionOverscan": 1.1,
"distortion": [
{
"radial": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0
],
"tangential": [
1.0,
2.0
],
"model": "Brown-Conrady D-U"
},
{
"radial": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0
],
"tangential": [
1.0,
2.0
],
"model": "Brown-Conrady U-D"
}
],
"encoders": {
"focus": 0.1,
"iris": 0.2,
Expand All @@ -45,7 +63,7 @@
"fStop": 4.0,
"focalLength": 24.305,
"focusDistance": 10.0,
"perspectiveShift": {
"projectionOffset": {
"x": 0.1,
"y": 0.2
},
Expand All @@ -55,53 +73,39 @@
"zoom": 3000
},
"tStop": 4.1,
"undistortion": {
"radial": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0
],
"tangential": [
1.0,
2.0
]
}
"undistortionOverscan": 1.2
},
"protocol": {
"name": "OpenTrackIO",
"version": "0.9.0"
"version": [
0,
9,
1
]
},
"relatedSampleIds": [
"urn:uuid:fd98e79b-feb9-4b97-8f4a-dcc179c68cdf",
"urn:uuid:1c704bf9-e967-48f0-89eb-faf5cc695425"
"urn:uuid:70a5bca5-776c-4b91-97c9-83ff4090728c",
"urn:uuid:bcc17b3d-4f25-4345-871f-30c1320263c8"
],
"sampleId": "urn:uuid:abc20091-4579-4d69-a5d2-62326b68e354",
"sourceId": "urn:uuid:bf98b165-b437-4061-80a6-b21001428861",
"sampleId": "urn:uuid:4cf9ea5d-c222-45b2-9a12-41147ab12097",
"sourceId": "urn:uuid:a92b9fdc-5dd9-4db7-b0c3-4cddb5e2a05c",
"sourceNumber": 1,
"timing": {
"frameRate": {
"num": 24000,
"denom": 1001
},
"mode": "internal",
"recordedTimestamp": {
"seconds": 1718806000,
"nanoseconds": 500000000
},
"sampleRate": {
"num": 24000,
"denom": 1001
},
"sampleTimestamp": {
"seconds": 1718806554,
"nanoseconds": 500000000,
"attoseconds": 0
"nanoseconds": 500000000
},
"sequenceNumber": 0,
"synchronization": {
"frequency": {
"num": 24000,
"denom": 1001
},
"locked": true,
"source": "ptp",
"offsets": {
Expand All @@ -126,8 +130,7 @@
"num": 24000,
"denom": 1001
},
"dropFrame": true,
"oddField": true
"subFrame": 0
}
}
},
Expand All @@ -149,7 +152,7 @@
"tilt": 90.0,
"roll": 45.0
},
"transformId": "Dolly"
"id": "Dolly"
},
{
"translation": {
Expand All @@ -167,8 +170,8 @@
"y": 2.0,
"z": 3.0
},
"transformId": "Crane Arm",
"parentTransformId": "Dolly"
"id": "Crane Arm",
"parentId": "Dolly"
},
{
"translation": {
Expand All @@ -186,8 +189,8 @@
"y": 2.0,
"z": 3.0
},
"transformId": "Camera",
"parentTransformId": "Crane Arm"
"id": "Camera",
"parentId": "Crane Arm"
}
],
"custom": {
Expand Down
115 changes: 60 additions & 55 deletions opentrackio/examples/complete_static_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"num": 24000,
"denom": 1001
},
"fdlLink": "urn:uuid:12f872ac-693d-4eaf-bc65-d29ddabb5447",
"fdlLink": "urn:uuid:931c56d4-5790-4370-9db5-43aa83dc583c",
"isoSpeed": 4000,
"shutterAngle": 45.0
},
Expand All @@ -31,11 +31,13 @@
"denom": 25
},
"lens": {
"distortionProjection": true,
"distortionOverscanMax": 1.2,
"make": "LensMaker",
"model": "Model15",
"nominalFocalLength": 14,
"serialNumber": "1234567890A"
"serialNumber": "1234567890A",
"undistortionOverscanMax": 1.3
},
"tracker": {
"firmwareVersion": "1.2.3",
Expand All @@ -57,25 +59,43 @@
1.0,
2.0
],
"distortion": {
"radial": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0
],
"tangential": [
1.0,
2.0
]
},
"distortionOverscan": 1.0,
"distortionShift": {
"distortionOffset": {
"x": 1.0,
"y": 2.0
},
"distortionOverscan": 1.1,
"distortion": [
{
"radial": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0
],
"tangential": [
1.0,
2.0
],
"model": "Brown-Conrady D-U"
},
{
"radial": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0
],
"tangential": [
1.0,
2.0
],
"model": "Brown-Conrady U-D"
}
],
"encoders": {
"focus": 0.1,
"iris": 0.2,
Expand All @@ -90,7 +110,7 @@
"fStop": 4.0,
"focalLength": 24.305,
"focusDistance": 10.0,
"perspectiveShift": {
"projectionOffset": {
"x": 0.1,
"y": 0.2
},
Expand All @@ -100,53 +120,39 @@
"zoom": 3000
},
"tStop": 4.1,
"undistortion": {
"radial": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0
],
"tangential": [
1.0,
2.0
]
}
"undistortionOverscan": 1.2
},
"protocol": {
"name": "OpenTrackIO",
"version": "0.9.0"
"version": [
0,
9,
1
]
},
"relatedSampleIds": [
"urn:uuid:677aac81-9e97-4c51-a41e-e1f897bbc8c2",
"urn:uuid:740b2e26-e327-4ceb-96d0-1a581f00a790"
"urn:uuid:a93a3e61-9577-4e99-a50b-e69933cb863e",
"urn:uuid:3e809ba5-6024-425e-85cb-9d0664fd3dd7"
],
"sampleId": "urn:uuid:06a7a705-e466-4563-a9c7-e3cd0f29c3e7",
"sourceId": "urn:uuid:419cedb8-b8c3-4adc-893f-fe2293664b45",
"sampleId": "urn:uuid:aa0490ae-27e6-4bb4-83be-5d5d1336d53f",
"sourceId": "urn:uuid:1f7b88bc-25c5-41d7-9d14-30a071ca4871",
"sourceNumber": 1,
"timing": {
"frameRate": {
"num": 24000,
"denom": 1001
},
"mode": "internal",
"recordedTimestamp": {
"seconds": 1718806000,
"nanoseconds": 500000000
},
"sampleRate": {
"num": 24000,
"denom": 1001
},
"sampleTimestamp": {
"seconds": 1718806554,
"nanoseconds": 500000000,
"attoseconds": 0
"nanoseconds": 500000000
},
"sequenceNumber": 0,
"synchronization": {
"frequency": {
"num": 24000,
"denom": 1001
},
"locked": true,
"source": "ptp",
"offsets": {
Expand All @@ -171,8 +177,7 @@
"num": 24000,
"denom": 1001
},
"dropFrame": true,
"oddField": true
"subFrame": 0
}
}
},
Expand All @@ -194,7 +199,7 @@
"tilt": 90.0,
"roll": 45.0
},
"transformId": "Dolly"
"id": "Dolly"
},
{
"translation": {
Expand All @@ -212,8 +217,8 @@
"y": 2.0,
"z": 3.0
},
"transformId": "Crane Arm",
"parentTransformId": "Dolly"
"id": "Crane Arm",
"parentId": "Dolly"
},
{
"translation": {
Expand All @@ -231,8 +236,8 @@
"y": 2.0,
"z": 3.0
},
"transformId": "Camera",
"parentTransformId": "Crane Arm"
"id": "Camera",
"parentId": "Crane Arm"
}
],
"custom": {
Expand Down
Loading

0 comments on commit b92d789

Please sign in to comment.