You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want use this into c# project how i can start working on it.
I want basicaly. When i call
OnvifServer.Start(); from c# should server start. So how i implement that OnvifServer in c#
If any other reference plz mention
Thank you in advance
The text was updated successfully, but these errors were encountered:
This project is written in C++, do you want to use it in C#? Or do you want to run a binary?
The service is implemented as a Linux daemon. just run the startup script.
Or do you want to implement such a service only using C#? Explain in more detail.
Ok, thank you for interest
C++ not supported in UWP its required c++/cx or WinRt, if i am right.
I have project which is run ip camera but its not supported onvif, that i want to give support with onvif to ip camera.
When any one searching camera in local network then my app respond soap message to other apps.
I think you getting my point what i want.
I want use this into c# project how i can start working on it.
I want basicaly. When i call
OnvifServer.Start(); from c# should server start. So how i implement that OnvifServer in c#
If any other reference plz mention
Thank you in advance
The text was updated successfully, but these errors were encountered: