Difference between revisions of "MobileDevices"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 6: Line 6:
[http://html5-clouds.com/?q=node/55 zmView/zmViewPro] (uses xml skin, may not work when ZM deprecates xml skin - planned after 1.29 release]
[http://html5-clouds.com/?q=node/55 zmView/zmViewPro] (uses xml skin, may not work when ZM deprecates xml skin - planned after 1.29 release]


=== (Updated Nov 2015) Everything from here on is Deprecated and relies of various xhtml/mobile skins that will be discontinued in future versions of ZM ===


Zoneminder, starting with stable version 1.29 (and development snapshot version 1.28.107) support a REST based API. mobile and XHTML skins  
Zoneminder, starting with stable version 1.29 (and development snapshot version 1.28.107) support a REST based API. mobile and XHTML skins  
are no longer actively maintained and will be discontinued after 1.29. Any mobile clients not using the API and relying on the skins will stop working.
are no longer actively maintained and will be discontinued after 1.29. Any mobile clients not using the API and relying on the skins will stop working.
Mobile app authors who are still maintaining their code are encouraged to use the new API.
Mobile app authors who are still maintaining their code are encouraged to use the new API.
== Working Under Normal ZM interface ==
'''Motorola'''
Rizer Z3 (opera mini only)
'''Apple'''
iPhone 3G
iPhone 2G (WiFi tested)
'''Nokia'''
N810
'''Samsung'''
Galaxy S5 with Android 5.1.1 tested both SWF and MPEG - ZM v1.28.1
Galaxy Tab 4 (WiFi) Android 4.4.2 kitkat both SWF and MPEG are okay - ZM v1.28.1
== Working Under Xhtml ==
http://example.com/zm/index.php?format=xhtml
Version newer than 1.23.3 use:  http://example.com/zm/index.php?skin=mobile
'''Motorola'''  Rizer Z3, V300,V330,Razer
'''Blackberry''' Perl
'''HTC''' ProTouch II
== Working under XML Interface ==
XML Plugin is available with 1.24.3 onwards, or as a separate download for 1.24.1 and 1.24.2 from http://www.eyezm.com
It is intended for use with the eyeZm iPhone Application, but can be used with any other custom programs as well.
http://example.com/zm/index.php?skin=xml...
'''Apple'''
iPhone and iPod Touch on iOS 4+
== Not Working  ==
  http://192.168.0.254/Set?Func=VDelivery&Kind=1&640framerate=30

Revision as of 13:21, 19 November 2015

Front Ends

Mobile apps

ZmNinja - iPhone/Android/Windows/Mac/Linux app for ZoneMinder

zmView/zmViewPro (uses xml skin, may not work when ZM deprecates xml skin - planned after 1.29 release]


Zoneminder, starting with stable version 1.29 (and development snapshot version 1.28.107) support a REST based API. mobile and XHTML skins are no longer actively maintained and will be discontinued after 1.29. Any mobile clients not using the API and relying on the skins will stop working. Mobile app authors who are still maintaining their code are encouraged to use the new API.