homeassistant-fullykiosk icon indicating copy to clipboard operation
homeassistant-fullykiosk copied to clipboard

Add camera

Open SamMousa opened this issue 4 years ago • 17 comments

The FKB API exposes the camera, my config to load it looks like this:

camera:
  - platform: generic
    verify_ssl: false
    still_image_url: http://192.168.2.12:2323/?cmd=getCamshot&password=xxx

It would be nice if this integration could expose the camera.

SamMousa avatar Feb 17 '21 15:02 SamMousa

I realy like this behaviour. Is there an idea how to get a kind of "livestream"?

Senbei123 avatar Mar 27 '21 16:03 Senbei123

HA will create a livestream by refreshing the image constantly; you can even set a framerate afaik.

SamMousa avatar Mar 27 '21 17:03 SamMousa

This would be great!

Exit2Studios avatar Jun 06 '21 21:06 Exit2Studios

+1 ❗

bcutter avatar Sep 20 '21 19:09 bcutter

dev? is this to be considered? seems to be to be a very important feature. I'd love for my tablet HA management device to double up as a security camera without having to separately install some webcam server software when effectively it's already there

thefunkygibbon avatar Nov 28 '21 22:11 thefunkygibbon

@thefunkygibbon if someone wants to submit a PR for it it would certainly be accepted, I've had a couple other projects take priority lately and haven't had time to do it myself.

cgarwood avatar Nov 29 '21 02:11 cgarwood

@thefunkygibbon if someone wants to submit a PR for it it would certainly be accepted, I've had a couple other projects take priority lately and haven't had time to do it myself.

Is this still the case? While I'd love to see that available via the FullyKiosk integration, I don't have the expertise to submit a PR. Latest v1.0 release made a few huge steps forwards by the way. In general I'd like to see more things available via the FK remote admin webinterface by the HA integration - the camera is on top of my personal wish list. :-)

bcutter avatar Jan 09 '22 20:01 bcutter

yeah unfortunately I have no idea what creating a PR involves either since i'm not a dev. Happy to create a 'change request'/RFE for it, but from a dev perspective...... nopes 👍

thefunkygibbon avatar Jan 10 '22 13:01 thefunkygibbon

The FKB API exposes the camera, my config to load it looks like this:

camera:
  - platform: generic
    verify_ssl: false
    still_image_url: http://192.168.2.12:2323/?cmd=getCamshot&password=xxx

It would be nice if this integration could expose the camera.

This does not work for me. I don't get to see the image. In a browser this link works for me

timmartijn avatar Jan 16 '22 14:01 timmartijn

The FKB API exposes the camera, my config to load it looks like this:

camera:
  - platform: generic
    verify_ssl: false
    still_image_url: http://192.168.2.12:2323/?cmd=getCamshot&password=xxx

It would be nice if this integration could expose the camera.

This does not work for me. I don't get to see the image. In a browser this link works for me

It worked (immediately) for me. For the moment within a first test. But it seems like HA is constantly pulling images, which will probably reduce the devices battery significantly I think.

Anyway, provided by the integration with a few config parameters (frames per second, start/stop etc.) would be great.

Update: ...aaaaaaand it's gone. No idea what killed it, but there's no image in HA any longer (while it's still provided by the FK API). Very unreliable. What are your long-term experiences on this @SamMousa ?

bcutter avatar Jan 16 '22 21:01 bcutter

I was passing by and saw this... I use REST for my Kiosk stuff and was looking to see if there was any advantage to this integration and really couldn't see a point (FOR ME) as everything was working well. I just have a generic camera for my Kiosk set up and it's been working for a year now. Still working great.

- platform: generic
  still_image_url: http://MY_KIOSK_IP:2323/?cmd=getCamshot&password=MYPASSWORD
  name: Living Room

Until this feature gets added, you guys may want to just set this up. Hope this helps someone.

rpitera avatar Feb 17 '22 16:02 rpitera

This is essential my original post repeated 😅

SamMousa avatar Feb 17 '22 16:02 SamMousa

so what was your actual request then?

thefunkygibbon avatar Feb 17 '22 16:02 thefunkygibbon

This is essential my original post repeated 😅

Man do I feel stupid. Sorry - thought I was helping. If anyone wants my REST setup, just ask. Again, sorry - I'll read slower next time!

rpitera avatar Feb 17 '22 16:02 rpitera

bonjour faut ajouté sa ou dans home assistant pour que sa marche ? platform: generic still_image_url: http://MY_KIOSK_IP:2323/?cmd=getCamshot&password=MYPASSWORD name: Living Room

albanevrard avatar Feb 20 '22 20:02 albanevrard

bonjour faut ajouté sa ou dans home assistant pour que sa marche ? platform: generic still_image_url: http://MY_KIOSK_IP:2323/?cmd=getCamshot&password=MYPASSWORD name: Living Room

  1. Essaie plutôt English...
  2. See the original post https://github.com/cgarwood/homeassistant-fullykiosk/issues/35#issue-810310926

bcutter avatar Feb 20 '22 21:02 bcutter

This is essential my original post repeated 😅

Man do I feel stupid. Sorry - thought I was helping. If anyone wants my REST setup, just ask. Again, sorry - I'll read slower next time!

hi rpitera, i'd love to see the REST setup. i went trough your github homeassistant.config and realised its more than 5 years old hence i am asking. thx

VaillantHassIo avatar Apr 21 '22 19:04 VaillantHassIo