After having successfully experimented with several samples in Python code, we would like to know possibilities to implement the OAK D PoE camera using .NET code. For this, we've found several wrappers and will be experimenting with those. We are wondering though, what would be the possibilities to run the camera in standalone mode along with .NET based applications? We can compile the .NET application as self-contained (.net runtime included) or as native code (AOT) for ARM CPU if needed. But would it be possible to get this application running on the camera itself, for example, by compiling our own operating system image? Any other options to get a .NET based application running in stand alone mode on the camera itself? Or would the only option be to add an SBC in between (such as the Raspberry PI), which would run the .NET based code and interact with the camera?