Logic Machine Forum
View BCS cameras on LM - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: View BCS cameras on LM (/showthread.php?tid=223)

Pages: 1 2


RE: View BCS cameras on LM - admin - 30.01.2017

This solution requires an external Linux-based server (x86-based).


RE: View BCS cameras on LM - buuuudzik - 01.02.2017

So maybe only for Load Balancer?


RE: View BCS cameras on LM - admin - 01.02.2017

No, because it's closed source and will only run on a specific Linux distribution.


RE: View BCS cameras on LM - buuuudzik - 30.05.2017

Maye this would be helpful?
Code:
https://github.com/agsh/onvif



RE: View BCS cameras on LM - admin - 30.05.2017

Nope, this still requires VLC plugin to work.

At this point there's no universal solution, you either need:
a. native app which displays visualization and camera (Android/iOS)
b. VLC plugin (PC)
c. additional server for video conversion (all platforms, but introduces extra latency)


RE: View BCS cameras on LM - buuuudzik - 30.05.2017

(30.05.2017, 08:02)admin Wrote: Nope, this still requires VLC plugin to work.

At this point there's no universal solution, you either need:
a. native app which displays visualization and camera (Android/iOS)
b. VLC plugin (PC)
c. additional server for video conversion (all platforms, but introduces extra latency)

I want prepare some basic onvif app and I am searching for some way to do this. In other other post you wrote that "The only solution for now is to build a custom App for Android / iOS". So in your opinion is there a possibility to write this custom app and connect to onvif via Lua or JavaScript or in C?
https://forum.logicmachine.net/showthread.php?tid=75&highlight=onvif


RE: View BCS cameras on LM - admin - 30.05.2017

Depends on what kind of funcionality you want to have. Most probably, you can do everything apart from streaming (like camera discovery and control) from Lua.


RE: View BCS cameras on LM - buuuudzik - 30.05.2017

I think also about such functions(go to specified preset when motion is detected in this zone) but the most important thing is the image. Is it possible (can be hard) to implement the app with camera stream with Javascript or only in C?