First time trying firgate in container using Portainer. Hoping someone can help me with the beta version issue.
“blakeblackshear/frigate:latest” worked without any issue.
“blakeblackshear/frigate:dev” just shows following 2 lines
ffprobe -v panic -show_error -show_streams -of json “rtsp://xxx:xxx@ip:554//h264Preview_01_sub”,
On connect called,
"blakeblackshear/frigate:0.4.0-beta" shows following
ffprobe -v panic -show_error -show_streams -of json “rtsp://xxx:xxx@ip:554//h264Preview_01_sub”
{‘streams’: [{‘index’: 0, ‘codec_name’: ‘h264’, ‘codec_long_name’: ‘H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10’, ‘profile’: ‘High’, ‘codec_type’: ‘video’, ‘codec_time_base’: ‘0/2’, ‘codec_tag_string’: ‘[0][0][0][0]’, ‘codec_tag’: ‘0x0000’, ‘width’: 640, ‘height’: 480, ‘coded_width’: 640, ‘coded_height’: 480, ‘has_b_frames’: 0, ‘sample_aspect_ratio’: ‘0:1’, ‘display_aspect_ratio’: ‘0:1’, ‘pix_fmt’: ‘yuv420p’, ‘level’: 51, ‘chroma_location’: ‘left’, ‘field_order’: ‘progressive’, ‘refs’: 1, ‘is_avc’: ‘false’, ‘nal_length_size’: ‘0’, ‘r_frame_rate’: ‘4/1’, ‘avg_frame_rate’: ‘0/0’, ‘time_base’: ‘1/90000’, ‘start_pts’: 20970, ‘start_time’: ‘0.233000’, ‘bits_per_raw_sample’: ‘8’, ‘disposition’: {‘default’: 0, ‘dub’: 0, ‘original’: 0, ‘comment’: 0, ‘lyrics’: 0, ‘karaoke’: 0, ‘forced’: 0, ‘hearing_impaired’: 0, ‘visual_impaired’: 0, ‘clean_effects’: 0, ‘attached_pic’: 0, ‘timed_thumbnails’: 0}}, {‘index’: 1, ‘codec_name’: ‘aac’, ‘codec_long_name’: ‘AAC (Advanced Audio Coding)’, ‘profile’: ‘LC’, ‘codec_type’: ‘audio’, ‘codec_time_base’: ‘1/16000’, ‘codec_tag_string’: ‘[0][0][0][0]’, ‘codec_tag’: ‘0x0000’, ‘sample_fmt’: ‘fltp’, ‘sample_rate’: ‘16000’, ‘channels’: 1, ‘channel_layout’: ‘mono’, ‘bits_per_sample’: 0, ‘r_frame_rate’: ‘0/0’, ‘avg_frame_rate’: ‘0/0’, ‘time_base’: ‘1/16000’, ‘start_pts’: 0, ‘start_time’: ‘0.000000’, ‘disposition’: {‘default’: 0, ‘dub’: 0, ‘original’: 0, ‘comment’: 0, ‘lyrics’: 0, ‘karaoke’: 0, ‘forced’: 0, ‘hearing_impaired’: 0, ‘visual_impaired’: 0, ‘clean_effects’: 0, ‘attached_pic’: 0, ‘timed_thumbnails’: 0}}]}
Traceback (most recent call last):
File “detect_objects.py”, line 155, in
main()
File “detect_objects.py”, line 87, in main
fps_tracker
File “/opt/frigate/frigate/object_detection.py”, line 20, in init
self.engine = DetectionEngine(PATH_TO_CKPT)
File “/usr/lib/python3/dist-packages/edgetpu/detection/engine.py”, line 73, in init
super().__init__(model_path)
File “/usr/lib/python3/dist-packages/edgetpu/basic/basic_engine.py”, line 92, in init
self._engine = BasicEnginePythonWrapper.CreateFromFile(model_path)
RuntimeError: No Edge TPU device detected!
On connect called
ffprobe -v panic -show_error -show_streams -of json “rtsp://xxx:xxx@ip:554//h264Preview_01_sub”
I am using the example config from here and only replaced the input stream url