NormandErwan / ArucoUnity

Bring augmented reality to Unity by tracking Aruco markers in real time.
https://normanderwan.github.io/ArucoUnity/
BSD 3-Clause "New" or "Revised" License
204 stars 38 forks source link

Add custom camera acquisition #39

Open Debora-b opened 3 years ago

Debora-b commented 3 years ago

Hi, thanks for this great work! I was wondering whether is it possible to "extend" the current methods for image acquisition. In particular, I have a camera placed on a robot, which images are sent trough the network. Thus, they are not directly acquired from a camera connected to the the pc where unity is running. Is it possible to customize the way images are provided to the software?

I went trough the code, and I found the Camera folder, which contains classes I might take as example for creating my own "camera" class. However, I was wondering whether there is an official documentation or standard method for achieving this.

Thanks in advance for your help!