如今,我试图做的是,使用直接X(更确切地说,直接3D)的软件,显示从Axis IP照相机中流出的图像。
For the time being I figured that the flow for the entire program would be like this: 1. Get the Axis program to get streaming images 2. Pass the images to the Direct3D program. 3. Display the program, on the screen.
目前,我已经做了一些基本的直接3D,即载荷和录像带(供测试)。 I dunno如何用直接X的录像直接装载图像,因此,我使用了开放式录像机,从录像带中提取镜子,并将DX上载。 非常缓慢。
Right now I have some unclear things: 1. How to Get an Axis program that works in C++ (gonna look up examples later, prolly no big deal) 2. How to upload images directly from the Axis IP camera program.
因此,你是否就如何提高我方案的效率提出建议? 让我知道任何事情。