Working with the Timeline --- another NOOB query

DaveK

Young grasshopper
Jan 16, 2015
95
4
Oregon
Is there a simpler explanation of what the timeline represents? I know that there each "rectangle" is color-coded by camera. But I only have video of the few seconds of a trigger event, yet the colored rectangle spans a lot of "dead air" with no video recorded. In other words, why does the colored timeline not show gaps where recording did not occur?
 
It should be showing gaps....are you recording more than one camera with the same color and its overlaping?
 
I just have on camera on it now. I'm evaluating BlueIris (and am very favorably impressed!) so a very minimal system right now. I'll be adding additional cameras, however.

Anyway... Yes, it was showing gaps, but I could never figure out what the gaps were. Sometimes, if I hit the "now" button, it would pull up to present time and show a gap. Then, after recording an alert, it would continue to show the line through several alerts that had big gaps in the middle.

Now (perhaps) it may have fixed itself on that... I rebooted BI this afternoon, and the timeline seems to be behaving as I'd expect. If I can duplicate the problem, I'll be sure to let you know.
 
I'm seeing the same thing - check out this post: http://www.ipcamtalk.com/showthread.php?2206
There are gaps but they don't appear nearly often enough to accurately indicate trigger events and idle time.
For example, there was not continuous recording at 4AM as shown below:

attachment.php


Thanks!
 

Attachments

  • Timeline.png
    Timeline.png
    4.9 KB · Views: 93
Here is an example at maximum timeline resolution. The first screenshot shows the last frame of an event that occurred at 3:18:35 AM.
Advancing one frame shows the next event which occurs at 6:09:44 AM.
Even though nearly three hours have elapsed with no triggered events for this camera, the timeline is solid???

attachment.php
attachment.php
 

Attachments

  • Timeline 2.png
    Timeline 2.png
    164.4 KB · Views: 88
  • Timeline 3.png
    Timeline 3.png
    171.8 KB · Views: 88
And my problem is back. I am currently showing two "blue bars" of about 2 1/2 and 1 3/4 hour duration, but within each bar there are clips totalling a few minures at most.
 
And my problem is back. I am currently showing two "blue bars" of about 2 1/2 and 1 3/4 hour duration, but within each bar there are clips totalling a few minures at most.
Have you emailed support?
 
Let us know what he says...there is a new .23 update but dont know if it addresses that issue...
 
Update: After contacting Support, I've found that I had the [Combine or cut each:] option checked. Just a noob mistake, I think.
 
  • Like
Reactions: Zxel
Even with combine and cut set the timeline should show a gap...the combine and cut is strictly for the file blue iris creates..

I don't think it can because of the way BI creates the timeline. It is using the files to create it, not the Db, or the DB doesn't contain specific start/stop times when in cut and combine mode (it would be a pain to do so).
 
I don't think it can because of the way BI creates the timeline. It is using the files to create it, not the Db, or the DB doesn't contain specific start/stop times when in cut and combine mode (it would be a pain to do so).
This makes the timeline less effective...im sure he can figure out a way to make it work right...
 
If it is using the files to create the timeline then it would have to scan each file for it's start/stop times (normally only one start/stop time in a file), this would be a resource/time issue. If it is using the Db to create the timeline then it would need to be able to hold more than one start/stop time per file, this would require a table to be added to hold the start/stop times and associated with the files table.

Certainly possible and not too difficult, however, building the Db would take a considerable while longer (not a big deal to me - just mentioning it).