Skip to content

Commit

Permalink
fix minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
RBhupi committed Nov 9, 2024
1 parent 181fa62 commit e00f6ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def main(args):
plugin.publish('cmv.median.dir.degn', np.round(ang_median), meta=meta, timestamp=sample.timestamp)
#print('thres={} \t mag={} angle={}, seg_size={}, seg_id={}'.format(thres_mag, float(mag_mean), int(ang_mean), seg_size, seg_id))

plugin.publish('cmv.motion.detected', motion_detected, meta=meta, timestamp=sample.timestamp)
plugin.publish('cmv.motion.detected', motion_detected, timestamp=sample.timestamp)


if args.oneshot:
Expand Down
Empty file modified test-data/sage-sgp.mov
100644 → 100755
Empty file.

0 comments on commit e00f6ee

Please sign in to comment.