Relative Content

Tag Archive for c++sdkcamerasony-camera-api

Sony SDK: How do I initialize device handle?

As the title states, I cannot get the device handle to initialize so that I can connect to my camera. I’m using sony SDK v1.12.0 and a sony ILX-LR1. The Connect() function is throwing error code 32768 which when put to hexadecimal is 0x8000 which the source files for the SDK say is a generic error (with no additional context). I can get the camera info but not the device handle.