TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard
connecting to HikVision cameras
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
I managed to connect to my cameras using this: https://stackoverflow.com/a/52428164
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?
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.