labpano / pilot-open-api

Open API for Pilot cameras
MIT License
11 stars 3 forks source link

API issues #9

Open dbQSI opened 1 year ago

dbQSI commented 1 year ago

Hi there, I'm wondering what I might be doing wrong here. I'm trying to follow the Readme in talking to the camera using the OSC protocol. I've got a Pilot One EE and I'm on Pilot OS v5.18.9. I'm successful in connecting to the camera using camera.startSession following the documentation, however I'm unable to close the session using camera.closeSession--I just get a server error 500. Additionally, I'm able to trigger a single photo with camera.takePicture, however after the first photo I'm unable to trigger anymore and the connection seems to become unresponsive.

Any guidance would be helpful. Thank you!

dbQSI commented 1 year ago

ah my apologies, I posted in the wrong repo...I'll move it over to https://github.com/labpano/pilot-control-protocol

Sorry!