Jump to content


Photo

IP Security Camera control centre for Enigma2

Enigma2

  • Please log in to reply
86 replies to this topic

Re: IP Security Camera control centre for Enigma2 #61 shumifan50

  • Senior Member
  • 195 posts

+2
Neutral

Posted 28 February 2011 - 10:35

It is all in the manual. Set up recording path through the remote and then press 'radio' to record.
DM600, DM800HD, DM7025, DM500S HD. DM800HDse, 90cm multi-bracket dish: 13E, 19.2E, 23.5E, 28.2E. Runnign OpenPli where I can and loving it!

Re: IP Security Camera control centre for Enigma2 #62 WOIIFTM

  • Member
  • 6 posts

0
Neutral

Posted 14 May 2011 - 03:26

This plugin is working OK on my Vu+ Duo with the latest VIX image (sorry guys) and Linksys Wireless G WVC54GCA camera using this simple config file:

{command}{linksys.snapshot}{/img/snapshot.cgi}
{command}{linksys.protocol}{http://}
{camera}{cameraIPadress}{linksys}{Front}{usr}{pass}


Some intial trouble with additional spaces and lines in the config file, starting the plugin gave me the spinners and no access to telnet. Once you take all additional spaces and lines out things are OK.

Re: IP Security Camera control centre for Enigma2 #63 wimpie007

  • Senior Member
  • 54 posts

+2
Neutral

Posted 15 November 2011 - 17:13

Nice plugin!
works with openpli 2.1, VU Duo and Foscam.
crashed when pressing number-keys, or when i disconnect the camera however.
But overall, great plugin!
thnx!

Re: IP Security Camera control centre for Enigma2 #64 shumifan50

  • Senior Member
  • 195 posts

+2
Neutral

Posted 18 November 2011 - 17:31

Attached a first attempt at improving the parsing of the conf file - it is by no means perfect.

Attached Files


Edited by shumifan50, 18 November 2011 - 17:32.

DM600, DM800HD, DM7025, DM500S HD. DM800HDse, 90cm multi-bracket dish: 13E, 19.2E, 23.5E, 28.2E. Runnign OpenPli where I can and loving it!

Re: IP Security Camera control centre for Enigma2 #65 shumifan50

  • Senior Member
  • 195 posts

+2
Neutral

Posted 22 November 2011 - 18:29

Attached the above parser fix, but in a proper .ipk installation package.
Installation details are in the zip file as well as full documentation on setting up and operating the plugin.
I could not upload the CamEmulator as the .ipk is bigger than 10MB.

Attached Files


DM600, DM800HD, DM7025, DM500S HD. DM800HDse, 90cm multi-bracket dish: 13E, 19.2E, 23.5E, 28.2E. Runnign OpenPli where I can and loving it!

Re: IP Security Camera control centre for Enigma2 #66 wimpie007

  • Senior Member
  • 54 posts

+2
Neutral

Posted 30 November 2011 - 10:37

when there is no camera online, the plugin makes engima2 crash... can this be fixed?
regards,

Re: IP Security Camera control centre for Enigma2 #67 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,503 posts

+118
Excellent

Posted 30 November 2011 - 20:11

contact the author of the plugin, its not ours

on the Glassfibre 1GB DVB-C...


Re: IP Security Camera control centre for Enigma2 #68 shumifan50

  • Senior Member
  • 195 posts

+2
Neutral

Posted 1 December 2011 - 20:05

I am looking into the problem and will try to fix it when I have some time.
I would also like to release the remote control when a button is pressed and regain it when the button is pressed again, but I have not worked out whether this is even possible to do in a plugin(barring setting up the entire remote control again).
DM600, DM800HD, DM7025, DM500S HD. DM800HDse, 90cm multi-bracket dish: 13E, 19.2E, 23.5E, 28.2E. Runnign OpenPli where I can and loving it!

Re: IP Security Camera control centre for Enigma2 #69 shumifan50

  • Senior Member
  • 195 posts

+2
Neutral

Posted 11 December 2011 - 23:16

Wimpy007:
Try this version, it should not crash when there are no online cameras(provided you are in fullscreen mode).

Unzip and copy plugin.* to /usr/lib/enigma2/python/Plugins/Extensions/IPCamViewer

Attached Files


Edited by shumifan50, 11 December 2011 - 23:17.

DM600, DM800HD, DM7025, DM500S HD. DM800HDse, 90cm multi-bracket dish: 13E, 19.2E, 23.5E, 28.2E. Runnign OpenPli where I can and loving it!

Re: IP Security Camera control centre for Enigma2 #70 wimpie007

  • Senior Member
  • 54 posts

+2
Neutral

Posted 23 December 2011 - 12:25

it seems to be working!! great! Thank you very much!
regards,

Re: IP Security Camera control centre for Enigma2 #71 king1

  • Member
  • 2 posts

0
Neutral

Posted 12 April 2012 - 11:52

Been messing about and got past the never ending cogs turning, now have the green screen of doom :-) Any ideas? Conf file attached.




From the log:

recording Directory=/media/hdd/IPCamViewer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ s={command}{foscam.snapshot}{/snapshot.cgi?user=********&pwd=**********}
{command}{foscam.protocol}{http://}
{camera}{192.168.0.12:255}{foscam}{Kitchen}


============================================================== i=1,li=commandfoscam.snapshot/snapshot.cgi?user********&pwd=************command
============================================================== i=4,li=commandfoscam.protocolhttp://camera
============================================================== i=7,li=camera192.168.0.12:255foscamKitchen
Screen <class 'Plugins.Extensions.IPCamViewer.plugin.ViewCamImage'>((), {}): <type 'exceptions.IndexError'>
Traceback (most recent call last):
File "/usr/lib/enigma2/python/mytest.py", line 281, in create
return screen(self, *arguments, **kwargs)
File "/usr/lib/enigma2/python/Plugins/Extensions/IPCamViewer/plugin.py", line 399, in __init__
IndexError: list index out of range
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
res = self.actions[action]()
File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 56, in save
self.run()
File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 60, in run
plugin(session=self.session)
File "/usr/lib/enigma2/python/Plugins/Extensions/IPCamViewer/plugin.py", line 1230, in main
File "/usr/lib/enigma2/python/mytest.py", line 355, in open
dlg.isTmp = True
AttributeError: 'NoneType' object has no attribute 'isTmp'
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x30c39530>>,('WizardActions', 'ok')) failed)
]]>

Re: IP Security Camera control centre for Enigma2 #72 king1

  • Member
  • 2 posts

0
Neutral

Posted 12 April 2012 - 11:53

Sorry here is the conf also, I cant attach files or do anything it seems.



{command}{foscam.snapshot}{/snapshot.cgi?user=********&pwd=***********}
{command}{foscam.protocol}{http://}
{camera}{192.168.0.12:255}{foscam}{Kitchen}

Re: IP Security Camera control centre for Enigma2 #73 vgi

  • Member
  • 15 posts

0
Neutral

Posted 21 October 2012 - 11:17

@shumifan50, any chance to make it running in OE.2.0 also?

Re: IP Security Camera control centre for Enigma2 #74 naporas

  • Member
  • 1 posts

0
Neutral

Posted 25 March 2013 - 16:44

Hi,

I have a VU+ Duo and was installing your software, but have no luck.
Is there someone who can help me?

Installing the software went fine:

root@vuduo /tmp # ipkg install enigma2-plugin-extensions-ipcamviewer_2011-01-10_
mipsel.ipk
Installing enigma2-plugin-extensions-ipcamviewer (2011-01-10) to root...
Configuring enigma2-plugin-extensions-ipcamviewer
root@vuduo /tmp #


When I check /usr/lib/enigma2/python/Plugins/Extensions/IPCamViewer/ all the files are there.
But when I try to access the applications menu with the remote control; I get a message:

Applications that are not available:
Extensions/IPCamViewer (Bad magic number in /usr/lib/enigma2/python/Plugins/Extensions/IPCamViewer/plugin.pyc)

Hi, I have the same on my DM500HD with OpenPLI 3.0 (kernel 3.2)

I suspect that the problem exists in the version of Python (I have 2.7)
Is it possible to solve the problem of the "magic number"?



Re: IP Security Camera control centre for Enigma2 #75 dewitpa

  • Member
  • 1 posts

0
Neutral

Posted 28 February 2014 - 15:30

Hi everyone,

 

Same error

 

I tried to install ipcamviewer on my Dm800se with Enigma2 and openpli 3.0 to see my FOSCAM FI9805E ipcamera

After install and reboot I receive an error on a init_pyo file.

After some search via google, it seems that this error is due to a compilation with older version of python.

Does someone have ipcamviewer working with python 2.7?

 

Or is there another plugin to see the latest Foscam ipcamera's via sat receiver; camofs and webcamviewer pulgins are not working when reading install docs files.

Thanks

Patrick



Re: IP Security Camera control centre for Enigma2 #76 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,490 posts

+397
Excellent

Posted 28 February 2014 - 16:03

Welcome to the OpenPLi support board.
I use camoFS on both my DM800se and my ET9000

Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: IP Security Camera control centre for Enigma2 #77 aleks_777

  • Member
  • 3 posts

0
Neutral

Posted 8 October 2014 - 22:24

I  try  in OpenPLI  4.0 ,  not  work  BAD MAGIC  init_pyo file. .  Are You have any ideas ?



Re: IP Security Camera control centre for Enigma2 #78 WanWizard

  • PLi® Core member
  • 70,431 posts

+1,809
Excellent

Posted 8 October 2014 - 22:56

Then you have an old version of the plugin, or an old version of OpenPLi.

 

BAD MAGIC means the pyo you're trying to run is for a different python version...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: IP Security Camera control centre for Enigma2 #79 aleks_777

  • Member
  • 3 posts

0
Neutral

Posted 9 October 2014 - 20:58

I tryed   ipcamviewer  1.2  and  2.0.0 (and  tryed  change this files  from Webcamviever plugin).   I use  Open PLI  4 ,  this is  last version  from  2014 october.

 

What  can I  check python  verion ?  If possible   You  can write  any ideas.  Thanks .  



Re: IP Security Camera control centre for Enigma2 #80 aleks_777

  • Member
  • 3 posts

0
Neutral

Posted 14 October 2014 - 23:01

CamoFS 8.59 work  fine with  last  OpenPLI 4  oktober 2014





12 user(s) are reading this topic

0 members, 12 guests, 0 anonymous users