TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard

connecting to HikVision cameras

Open phairplay opened this issue 5 years ago • 3 comments
trafficstars

Hi, I've install Tensorflow lite using you very well detailed guide, thank you for that.

it is possible to connect to them hikvision my link i use within home assistant is "http://admin:password@IP:PORT/ISAPI/Streaming/channels/301/picture" I’ve tried using your steam.py but I keep getting an error.

I would really appreciate your help

phairplay avatar Jun 28 '20 15:06 phairplay

I managed to connect to my cameras using this: https://stackoverflow.com/a/52428164

elektronika-ba avatar Jun 29 '20 11:06 elektronika-ba

Hi, thank you for the reply.

can I please confirm.

you used the python-vlc to capture an image second and used the TFLite_detection_image.py?

phairplay avatar Jun 29 '20 12:06 phairplay

I used OpenCV to access my IP cameras via their IP addresses, and I passed the image to the TF inferencing as per Edje's tutorial.

elektronika-ba avatar Jun 29 '20 12:06 elektronika-ba