Search found 3 matches
- Wed Mar 06, 2019 12:07 pm
- Forum: Hardware Compatibility List
- Topic: Reolink RLC-410 Data Streams
- Replies: 72
- Views: 924318
Re: Reolink RLC-410 Data Streams
One thing I had to do to make all of my Reolink camera stop smearing is to use the RTMP urls. They're not well documented, but it solved my smearing issues. https://reolink.com/wp-content/uploads/2017/01/Reolink-CGI-command-v1.61.pdf Example for sub stream and main stream below. You set those to be ...
- Thu Nov 08, 2018 7:54 am
- Forum: ZoneMinder 1.32.x
- Topic: "No Frame found for event" when using bulk frames
- Replies: 1
- Views: 3037
Re: "No Frame found for event" when using bulk frames
Is it something useful or am i just dumb and doing weird shit?
I'm confused
I'm confused
- Tue Nov 06, 2018 11:39 am
- Forum: ZoneMinder 1.32.x
- Topic: "No Frame found for event" when using bulk frames
- Replies: 1
- Views: 3037
"No Frame found for event" when using bulk frames
I made quick fix views/image.php 115 $Frame = Frame::find_one(array('EventId'=>$_REQUEST['eid'], 'FrameId'=>$_REQUEST['fid'])); 116 if ( ! $Frame ) { 117 $previousBulkFrame = dbFetchOne( 118 'SELECT * FROM Frames WHERE EventId=? AND FrameId*100 < ? ORDER BY FrameID DESC LIMIT 1', 119 NULL, array ...