Victure camera not working

I took more than one month but now it’s working !!!- use onvif HA INTEGRATION
name : what you like
host: camera’s ip
port:8080
integration asks you username and password and finally discovers your camera and setup 2 entities that don’t work. :wink:
you have to go in the ONVIF integration properties option and set udp (no tcp) and than
go back to “entities” , you will find one disabled entity (FixedProfileA02). switch it on !!!.
that’s all falks !!! my victure’s cam works !

thank you very much, it works on Victure PC650
:wink:

I tried the ONVIF and no dice on PC730 with 3.15. BUT I have got the PC730 working without recompiling ffmpeg. Using the RTS2P addon it proxies the rtsp stream, its forgiving of the error in the Victure stream and so ffmpeg->RTS2P->Victure camera works.

To make it work:

  1. Add on the RTS2P Proxy. See https://github.com/snowzach/rts2p

Set it up:

server:
  port: '5554'
  username: myusername
  password: mypassword
streams:
  - url: 'rtsp://admin:123456@ip of the camera:554/live/ch0'
    name: acamera
    verbosity: 0
  1. Add a ffmpeg camera:
ffmpeg:

camera:
 - platform: ffmpeg
   name: ACamera
   input: rtsp://myusername:mypassword@localhost:5554/acamera

You should then be able to see acamera and view the image from it using a picture glance card.

Note: I set mine up using the file editor plugin.

3 Likes

Hi all
I am waiting fot he following camera. Has anynone managed to add it to HA?

Victure 1080P Baby Monitor with Camera FHD WiFi IP Camera

It works on my Victure PC730! :+1:

Sorry, the HA integration does’nt work on my Victure PC530. :unamused:

fantastic… this finally works! great job dude! thank you very much

For me, the solution to configure the Victure PC650 was:

Configuration -> Integrations -> add new -> Onvif

You have to know your camera IP

Port: 8080 (be sure no other camera or anything is using it, I had to change another’s camera port because of one IP conflict)

Username: admin
Password: by default is 123456, you should change it.

Finally in options, select UDP in RTSP.
You’ll get 3 entities, for me, they all work, but with different resolution.

Hi,

I think that i have also a IP conflict.
What port number are you using?

Thanks!

Martin

This worked for me Many thanks

Hi, I have the same camera. Did you manage to get the camera to work?

I got this working with a PC730 using RTS2P.
GitHub - snowzach/hassio-addons: Hass.IO Repository for snowzach's add-ons. is the add on repo link required. Thanks kprida1.
I had to add in still to the config:

  • url: rtsp://admin:[email protected]:554/live/ch0
    name: acamera
    still: stream
    verbosity: 0

Hi,
I’ve just got a PC420 cam and I can set up it up easily with Victure home app but nothing else I’ve tried works. I did IP scan and it has no ports open and nothing else in HA cannot find it.
Firmware version: 1.1.46
Is there anything I can do with it?
Should I first pair it with an app and then try to do something or the other way around?

1 Like

I too have the same problem with the PC420 camera. firmware version: 1.1.37