virtualm2000

Results 10 comments of virtualm2000

Looks very promising. I restarted few times and even if I had to reload the integration for a few devices, once it starts is very stable. Also it recovers very...

Good work! I have managed to get it working for detection and it works great. No more false positives during low light, glares or shadows. The stream is from a...

`"cameras": { "front_door": { "best_image_timeout": 60, "decoder_cmds": [ { "cmd": "gst-launch-1.0 -q rtspsrc location=\"rtsp://xxxxxxxxxxxxxxxxx:554/s2\" latency=0 ! rtph264depay ! h264parse ! omxh264dec ! video/x-raw,format=(string)NV12 ! videoconvert ! videoscale ! video/x-raw,width=(int)1024,height=(int)576,format=(string)I420 !...

It works! Perfect. No raw_pipeline configuration needed for me. Both hw decoder and encoder are active, cpu is normal Gstreamer params are generated well. ``` { "cmd": "gst-launch-1.0 -q rtspsrc...

If you don't need to modify the record stream just dump it: ``` raw_pipeline: - rtspsrc location="rtsp://xxxxxxxxxxxxxxxxxx:554/s0" latency=0 do-timestamp=true - rtph264depay - h264parse - splitmuxsink async-handling=true location=/tmp/cache/front_door-gstsplitmuxchunk-%05d.mp4 max-size-time=10000000000 ```

> @virtualm2000 I'm glad it's working for you, thanks for checking. I have couple of questions: > > * Are you able to play different recordings from the UI? It's...

> > For detection TensorRT works really well especially in low light situations > > Don't forget that this is based on the existing 0.10.0 beta. If you weren't already...

> It's also using a different model entirely. What inference speeds are you seeing? It varies between 30-50. With coral connected on USB3 I get 15-30. ![Screenshot 2022-01-15 at 13...

For adding audio from the stream I use: ``` raw_pipeline: - rtspsrc location="rtsp://xxxxxxxxxxxxxxxxxxxxxxxx" latency=0 do-timestamp=true name=rtp_stream - queue - rtph264depay - h264parse - splitmuxsink name=mux async-handling=true location=/tmp/cache/front_door-gstsplitmuxchunk-%05d.mp4 max-size-time=10000000000 rtp_stream. -...

Is this project any help? I have used the module with homebridge sometime ago. https://github.com/simont77/fakegato-history