orbbec / pyorbbecsdk

OrbbecSDK python binding
https://orbbec.github.io/pyorbbecsdk/
Apache License 2.0
56 stars 19 forks source link

Femto Mega: Disconnect camera from ethernet connection #43

Open simmal98 opened 1 month ago

simmal98 commented 1 month ago

I am currently implementing a camera service for the Femto Mega, which connects via Ethernet. The service requires a disconnect function. I would like to know if there is a method or function available to sever the Ethernet connection to the device.

Thanks and best regards

zhonghong322 commented 1 month ago

What do you mean by "disconnecting"? Using the pipeline's stop function will stop the data stream.