Java and Axis Cameras

I am writing a Java applet to display live images from Axis cameras. Is there a good library that I can download that abstracts image retrieval using VAPIX?

Thanks.

+4
source share
1 answer

You can load the SDX player with an axial media interface after installation, check the installation directory, and you will have a sample code that you can use, and I believe that this is for Java.

+1
source

Source: https://habr.com/ru/post/1302405/


All Articles