Print at Jan 30, 2026, 7:15:51 AM
Posted by akuma at Mar 31, 2014, 8:02:04 PM
video routes
Hello, I´m making a plug-in to save several routes of videos, but i don´t know how work that part of the sistem. Please somebody can tellme the behavior of that part of the application.

Posted by clanmills at May 30, 2014, 1:23:04 AM
smile   Re: video routes
I don't know the answer to your question, however I can tell you how to find the answer! Download the code and execute it in the debugger in Eclipse. The code is very clear and well written. You will find it easy to follow.

I am currenly developing a plugin to generate a web gallery using:
List <Camera> storedCameras in class Home.

I can enumerate with:
for (Camera camera : getHome().getStoredCameras() { ... }.

I discovered this by debugging a panel which displayed the names of the stored points.

So you should be able to adopt a similar approach and discover how it works. When you know how, in the spirit of open source, you should share your solution in this thread to assist other developers.