john-
john-
In the spirit of defining this feature further, what workarounds are available/possible? For example, can one embed the meta data (e.g. keywords) for an image and store the image separately?...
> [@john-](https://github.com/john-) is this going in the direction of your use case? I think it does go in that direction. I am not sure what S3 has that postgresql doesn't...
I am not sure if I have same issue so someone else in thread will need to confirm: With the storage jobs debug logging as you indicate I do not...
I do not have `poll: true` in my storage tier. Here is my `storage` section: ``` storage: recorder: tiers: - path: / # Video segments will be stored in the...
CPU: Intel(R) Xeon(R) CPU E3-1275 v6 @ 3.80GHz I am doing inference on the CPU with CodeProject.AI. When postgresql processor utilization spikes it goes to 100% of one core. There...
> Thanks. Does the Viseron process spike as well? The only Viseron process that stands out is ffmpeg. Before the postgresql spike that would around 340-370% CPU. After the postgreql...
> Viseron runs some cleanup in the background at regular intervals so that might be what is causing spikes. What is the impact if these jobs were done less often?...
Thanks for the insight into the impact. For my situation I am good to just lower the rate at which it runs. Good to hear there may be an alternate...
I installed the blender add-on to import x3d files. That still doesn't let me create a step file so I expect there is something basic I am missing that makes...
This is in the [documentation](https://viseron.netlify.app/components-explorer/components/ffmpeg#static-streams): ``` The config example above would give you two streams, available at these endpoints: http://localhost:8888/front_door/mjpeg-streams/my-big-front-door-stream http://localhost:8888/front_door/mjpeg-streams/my-small-front-door-stream ``` So it looks like you should not expect...