Read the statement by Michael Teeuw here.
MMM-IPCam - Display images from your (foscam) ip camera
-
[card:RedNax67/MMM-IPCam]
Display ipcam (foscam and compatible) feed on MagicMirror
-
Hi.
doesn´t work for me. I just get “undefined” and an missing img symbol;
Do you have hint?
desq
-
Could cou examine the pm2 logs for more information? ~/.pm2/logs
The screenprint is not very helpful i’m afraid… -
Nice work!
Could it be used in conjunction with this?
http://projects.privateeyepi.com/
I’m thinking of using a second Pi as a back up security system
-
Not much more info…
As seems as if the img url is still a xml-Object;Notification: GET_CAM Payload: [object Object] Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object] Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object] Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } { undefined: 'undefined' }
-
@desq What’s the entire content of img tag in your screenshot? Could it be that your cam’s not compatible maybe?
-
seems to be the issue. (my Foscam FI9853EP)
Here is content of the “Object”;"
404 - Not Found404 - Not Found
" -
Looks like your cam isn’t supported by https://github.com/fvdm/nodejs-foscam which is what i’m using in the module.
Could you have a look here http://foscam.us/forum/how-to-get-jpg-pictures-and-mj-stream-on-fi9821w-fi9801-02w-t4328.html and see if you can get a jpeg from your cam? If so i could try to incorporate it…
-
@RedNax I´m using a mjpeg stream to view my camera on my small magic mirror.
no need to tinker to support my “unsupported” cam. -
I got a FOSCAM FI-9805W, which seems also not supported. I think, there are different FOSCAM APIs out there.
My camera returns a JPG after this call:I’m not sure, which one the library uses? the one of the foscam forum works with me.