Difference between revisions of "Desktop SBC Camera Monitor"

From ZoneMinder Wiki
Jump to navigationJump to search
(Replaced content with "Page should be deleted.")
Tag: Replaced
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
This is an continuation of [[Dedicated SBC Camera Monitor]]. The tips here are for a Desktop that will use Firefox to monitor > 1 camera streams at once, but otherwise uses the earlier guide. There are some differences.
Page should be deleted.
 
== Tips ==
 
=== How to watch > 6 Monitors ===
 
Firefox is the easiest to setup here. It's not known how to configure other browsers for > 6 monitors.
<pre># apt-get install firefox-esr</pre>
Then see: [https://wiki.zoneminder.com/Dummies_Guide#Notes Dummies Guide - Notes]
 
=== How to load firefox in full screen by default ===
 
The best add-on for this I've found is [https://addons.mozilla.org/en-us/firefox/addon/mfull/ mFull]. It can be configured to load full screen, and to remove or autohide the toolbars and navigation bar. There is also RKiosk but this disables all keys and is not needed in my scenario.
 
=== I loaded dwm but firefox isn't anywhere? ===
 
Sometimes firefox will load on workspace 9 in dwm. Remove all other workspaces (config.h, tags) and firefox will load on the first workspace.
 
=== What to install from Devuan iso? ===
 
You should already know this. Standard system utilities and SSH server. Do not install any DE. Do not use automated install which will install DE if you miss pressing a button in time.
 
=== Shutdown machine automatically? ===
 
<pre>
# nano /etc/crontab
root 00 18 * * * /sbin/poweroff
</pre>
The problem is you need full path to poweroff or shutdown -h now. If you are on a separate lan, you may need to use ntp and query some local ntp server, if RTC is off.
 
=== Refresh Screen Periodically? ===
 
Reload every can be set in about:config to reload all new tabs at a specified interval (addon). Set new tabs to autoreload. Set interval, then add the monitor tab, restart and if done correctly, the tab should refresh periodically. You can also send a reboot command to these Desktops, as an alternative Or instruct the user on the F5 key...
 
=== See Also ===
 
* [[Dedicated SBC Camera Monitor#Other Considerations]]

Latest revision as of 07:17, 3 November 2023

Page should be deleted.