ANDROID HOW TO

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
karimba
Posts: 9
Joined: Mon Feb 16, 2009 10:12 am

Post by karimba »

Wow! Great app, thanks.

Works a treat on my Desire.

Thanks.
:D
alexvas
Posts: 16
Joined: Thu Jan 06, 2011 2:45 pm

Re: ANDROID HOW TO

Post by alexvas »

I have released a new 2.11.0 version of Tiny Cam Monitor for Android.
It contains cookies authentication fix. So if you your PTZ is still not working in Tiny Cam Monitor with ZM try the new version.

Regarding custom URLs. I'm planning to add this feature in upcoming release.
mrd
Posts: 269
Joined: Wed Apr 26, 2006 12:39 am
Location: Boston USA

Re: ANDROID HOW TO

Post by mrd »

Great job on the upgrade! My PTZ controls are working now!
MRD
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Re: ANDROID HOW TO

Post by cordel »

Thank you Alex, I'll have to take a peek at your app when I have a moment to do so.
alexvas
Posts: 16
Joined: Thu Jan 06, 2011 2:45 pm

tinyCam Monitor 3.0 for Android

Post by alexvas »

New major update ot tinyCam Monitor for Android has been released.

Major changes:
- Native UI for Honeycomb tablets (Android 3.x)
- 1-way audio for FOSCAM
- 2-way audio for Axis
- More than 100 vendors are now supported
- And more! See changelog

Check out Android Market for more info.
alexvas
Posts: 16
Joined: Thu Jan 06, 2011 2:45 pm

tinyCam Monitor 3.5 with custom vendors support

Post by alexvas »

A new version of tinyCam Monitor 3.5 has just been released. See this youtube video running new app on Google TV 2.0.

Main changes:
- Recording to FTP server and Dropbox service
- New advanced mode in network scanner
- Admin settings for some cameras
- Android 4.0 support
- And more...


One important feature that have been asked several times here in the forum is an ability to load custom requests for ZoneMinder and other cameras. Now you can create your own XML file with all ZoneMinder HTTP commands and load it in tinyCam Monitor. Please read here for more info and XML template. This template has a full request list used currently by the app to work with ZM.

For instance you can define the following XML script:

Code: Select all

<vendors>
    <vendor name="ZoneMinder Custom">
        <model name="Generic">
            <request name="Login">/zm/index.php?view=watch&mid=%CAMERANO%&username=%USERNAME%&password=%PASSWORD%&action=login</request>
            <request name="MJPEG">/cgi-bin/nph-zms?mode=jpeg&monitor=%CAMERANO%&user=%USERNAME%&pass=%PASSWORD%</request>
            <request name="MJPEG2">/cgi-bin/nph-zms?mode=jpeg&monitor=%CAMERANO%&user=%USERNAME%&pass=%PASSWORD%&maxfps=1</request>
            <!-- More requests here, see custom_vendors.xml template -->
    </vendor>
</vendors>
Image Image

PS. There is a CHRISTMAS SALE currently for tinyCam Monitor PRO. You can buy it for only $1.99 on Android Market.
Optimist
Posts: 11
Joined: Sun Sep 11, 2011 9:17 am

Re: ANDROID HOW TO

Post by Optimist »

alexvas

Your app looks really nice, have you any plans to port it to Windows Phone 7?
alexvas
Posts: 16
Joined: Thu Jan 06, 2011 2:45 pm

Re: ANDROID HOW TO

Post by alexvas »

Your app looks really nice, have you any plans to port it to Windows Phone 7?
Yes, I have plans for moving to WP7.
Optimist
Posts: 11
Joined: Sun Sep 11, 2011 9:17 am

Re: ANDROID HOW TO

Post by Optimist »

Yes, I have plans for moving to WP7.
Thanks for the quick reply.

I look forward to seeing it. Let me know if you need ant beta testers.
Post Reply