Search Unity

Directshowfilter in Unity?

Discussion in 'AR' started by Link2011, Jan 8, 2019.

  1. Link2011

    Link2011

    Joined:
    Sep 6, 2017
    Posts:
    4
    Hello fellow Unity developers.
    I currently want to use Unity to develop an AR application with image tracking. For that I need to access an IP camera as a windows camera so that my Image recognition programm can work (it searches for all avaible camers). I also can get the Video through a script and the URL on an object in Unity but not as a windows camera.
    I got it working on ARToolKit through Directshowfilter.

    So my question is: Is there any way to get Unity/ Windows to regognise an IP Camera as a normal camera?
    Can I use the directshowfilter in Unity too?

    Sorry for my bad english, maybe I can rephrase it tomorrow if you don't understand what I want.

    IP camera: AI-Ball from TREC
    Image recognition through visionLib