orbbec / pyorbbecsdk

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

Femto Mega: Disconnect camera from ethernet connection #43

Open simmal98 opened 5 months ago

simmal98 commented 5 months 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 5 months ago

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