RICOH THETA Disable Auto-Level topBottomCorrection for Interval Shooting

Опубликовано: 13 Октябрь 2024
на канале: THETA 360 Developers
145
3

Disable RICOH THETA auto-level or top bottom correction for interval shooting.
RICOH THETA API: https://github.com/ricohapi/theta-api...

Insomnia API Tester: https://github.com/Kong/insomnia

Android API Tester Used: https://play.google.com/store/apps/de...

Example curl command
curl --request POST \
--url http://192.168.1.1/osc/commands/execute \
--header 'Content-Type: application/json;charset=utf-8' \
--data '{
"name": "camera.setOptions",
"parameters": {
"options": {
"_topBottomCorrection": "Disapply"
}
}
}'