majestic icon indicating copy to clipboard operation
majestic copied to clipboard

OSD blinking

Open bo-skor opened this issue 1 year ago • 0 comments

Required information

  • Camera board id: MJSXJ03HL

  • OpenIPC version: 2023-03-19

  • Commit: a7d96cc9

  • Branch: master

  • Tag:

  • installation method: from SD

  • modified majestic.yaml: yes

  • cat /dev/kmsg catfile.txt

  • killall majestic ulimit -c unlimited echo /tmp/%e.%p.%s.%t.core > /proc/sys/kernel/core_pattern majestic Core dump file from /tmp/ , e.g. /tmp/majestic.806.11.1619707881.core

Issue description

Если установить любое расположение OSD, кроме стандартного, когда поля .osd.posX: .osd.posY: не заполняются, osd начинает мигать. То есть изображение OSD появляется и исчезает с высокой частотой.

Expectations

Steps to reproduce

  1. Step one

  2. Step two catfile.txt

  3. Step three

Information to attach

  • [ ] Any relevant log output (logread -f)
  • [*] majestic.yaml configuration (cat /etc/majestic.yaml)
root@openipc-t31:/# cat /etc/majestic.yaml
system:
  webAdmin: disabled
  buffer: 1024
  logLevel: DEBUG
image:
  mirror: false
  flip: false
  rotate: none
  contrast: auto
  hue: 50
  saturation: 50
  luminance: auto
osd:
  enabled: true
  template: "%a %e %B %Y %H:%M:%S"
nightMode:
  enabled: true
  nightAPI: false
  backlightPin: 60
  irSensorPinInvert: false
  irCutPin1: 49
  irCutPin2: 50
records:
  enabled: false
  path: /mnt/mmcblk0p1/%Y/%m/%d/%H.mp4
  maxUsage: 95
video0:
  enabled: true
  codec: h264
  bitrate: 2048
  rcMode: vbr
  gopSize: 4
  sliceUnits: 4
  fps: 10
  gopMode: smart
video1:
  enabled: false
jpeg:
  enabled: true
  toProgressive: false
mjpeg:
  size: 640x360
  fps: 5
  bitrate: 1024
audio:
  enabled: false
  volume: auto
  srate: 8000
rtsp:
  enabled: true
  port: 554
hls:
  enabled: false
youtube:
  enabled: false
motionDetect:
  enabled: false
  visualize: true
  debug: true
ipeye:
  enabled: false
watchdog:
  enabled: true
  timeout: 30
isp:
  blkCnt: 1
  lowDelay: false
outgoing:
- rtmps://dc4-X.rtmp.t.me/s/XXXXXXXX:YYYYYYYYYYYYYY

bo-skor avatar Mar 29 '23 13:03 bo-skor