Jump to content
XPEnology Community

LukaszN

Transition Member
  • Posts

    19
  • Joined

  • Last visited

Posts posted by LukaszN

  1. 2 minutes ago, Bullseye said:

    I have that on vainfo: nothng more :(

     

    image.thumb.png.3540fd606ca1a8f4de99d442ad270b59.png

    From Frigate doc:
    NOTICE: With some of the processors, like the J4125, the default driver iHD doesn't seem to work correctly for hardware acceleration. You may need to change the driver to i965 by adding the following environment variable LIBVA_DRIVER_NAME=i965 to your docker-compose file.

  2. 23 minutes ago, Bullseye said:

    Can u show me your settings frigate ?
    image.png.13eb22e4c3ac0e84a1e8b3de5540253f.png

    With that on my  i7-7567U i have 50% CPU load 😕 Same like without hwaccel

    mqtt:
      host: mosquitto
      user: xxxxxxxx
      password: xxxxxxx
      topic_prefix: frigate
      stats_interval: 60
    detectors:
      coral:
        type: edgetpu
        device: usb
    rtmp:
      enabled: False
    birdseye:
      mode: continuous
    record:
      enabled: True
      expire_interval: 60
      retain:
        days: 0
        mode: active_objects
      events:
        pre_capture: 5
        post_capture: 5
        retain:
          default: 10
    objects:
      track:
        - person
      filters:
        person:
          min_area: 5000
          max_area: 100000
          threshold: 0.78
    live:
      height: 576
      quality: 8
    snapshots:
      enabled: True
      timestamp: True
      bounding_box: False
      crop: True
      retain:
        default: 10
    timestamp_style:
      position: "bl"
      format: "%d/%m/%Y %H:%M:%S"
      color:
        red: 255
        green: 255
        blue: 255
      thickness: 2
    cameras:
      Brama:
        ffmpeg:
          hwaccel_args:
             - -hwaccel
             - vaapi
             - -hwaccel_device
             - /dev/dri/renderD128
             - -hwaccel_output_format
             - yuv420p
          inputs:
            - path: rtsp://admin:xxxxxxxx@192.168.1.xxxx:xxxx/cam/realmonitor?channel=1&subtype=1
              roles:
                - detect
                - rtmp
            - path: rtsp://admin:xxxxxxxxx@192.168.1.xxxx:xxxx/cam/realmonitor?channel=1&subtype=0
              roles:
                - record
        zones:
          ulica:
            coordinates: 0,142,658,21,679,0,0,0
            objects:
              - person
              - bicycle
              - dog
              - cat
          podjazd:
            coordinates: 266,576,123,166,296,103,441,75,704,388
            objects:
              - person
              - bicycle
              - dog
              - cat
              - car
        objects:
          track:
            - person
            - dog
            - cat
            - bicycle
            - car
        record:
          events:
            required_zones:
              - ulica
              - podjazd
        snapshots:
          required_zones:
            - ulica
            - podjazd
        detect:
          width: 704
          height: 576
          fps: 5
      Dom:
        ffmpeg:
          hwaccel_args:
             - -hwaccel
             - vaapi
             - -hwaccel_device
             - /dev/dri/renderD128
             - -hwaccel_output_format
             - yuv420p
          inputs:
            - path: rtsp://admin:xxxxxxxx@192.168.1.xxxx:xxxx/cam/realmonitor?channel=1&subtype=1
              roles:
                - detect
                - rtmp
            - path: rtsp://admin:xxxxxxx@192.168.1.xxx:xxxx/cam/realmonitor?channel=1&subtype=0
              roles:
                - record
        objects:
          track:
            - person
            - dog
            - cat
        detect:
          width: 704
          height: 576
          fps: 5
      Garaz:
        ffmpeg:
          inputs:
            - path: rtsp://admin:xxxxxxxxx@192.168.1.xxxx:xxxx/Streaming/Channels/101
              roles:
                - detect
                - rtmp
            - path: rtsp://admin:xxxxxxxx@192.168.1.xxxx:xxxx/Streaming/Channels/102
              roles:
                - record
        objects:
          track:
            - person
            - car
            - dog
            - cat
            - bicycle
        detect:
          width: 640
          height: 480
          fps: 6

     

    Zrzut ekranu 2022-09-21 o 21.28.11.png

  3. 4 minutes ago, dimakv2014 said:

    I got it, its the nvr that works in docker and can use google coral to decode, interesting. But as far as I know synology also has Object Detection such as Missing Object or Foreign Object through Smart Search and it doesnt require AI, would be interesting to compare )

    Screenshot_2022-09-18-00-12-40-515_com.android.chrome.jpg

    Screenshot_2022-09-18-00-12-57-407_com.android.chrome.jpg

    I install DVA1622 to compare object detection with Frigate. SS has great UI and works fine but for me Frigate has better object detection. Plus for DVA1622 for face recognition and license plates.

    • Like 1
  4. Just now, Bullseye said:

    On QC6000M i have almost 90% with just 4 cameras on CPU :)

     

    image.thumb.png.203bcbbece86f4ebd15f85a3fbd02b93.pngOn 

    I have Frigate with Google Coral on 2 other location on DS920+ with J4125 and:

    First location: Three cameras 1080p (2x Dahua, 1x Hikvision) with hardware decoding CPU load about 20%

    Second location: Three cameras 2K (Hikvision) with hardware decoding CPU load about 50-70%.
     

  5. 2 minutes ago, Bullseye said:

    Sure, SS will record all time the video from five cameras via onvif (without any AI, SS have the best timeline) and i will install Frigate in docker that will record just when google coral (on USB) will find object on pictures (car, bicycle, motorcycle, person, dog) :) But friga need to decode stream from camera, and on CPU is too slow (and take almost all CPU speed).

    Yes. Frigate is the best for object detection. I use it without hardware decoding on my DS1621+ (Ryzen V1500B) with Google Coral USB on 3 cameras 2K and it works great (CPU max 10% load). There is no need hardware decoding for Frigate but it helps on slower CPU.

  6. On 9/15/2022 at 11:20 AM, Peter Suh said:

     

    There was a typo in the version notation from 7.1.0 to 7.1.1.

     

    https://github.com/PeterSuh-Q3/tinycore-redpill/commit/9b971d31be5dcd0c9a2fd3cf511ccb25e7d98522

     

    The error has been identified and the fix has been completed.
    Execute ./my.sh to update to the latest version.
    Try using myv.sh again.

    I testing 7.1.1.-42962 from yesterday and got some problems:
     

    - after first boot Surveillance Station had error to install, after manual install is ok but only 2 camera license,

    - Control Panel - Hardware & Power - all is unchecked and there is no fan settings (can't expand). When I enable some options and try to Save, got error because UPS is selected as SNMP and I cant disable or change this settings.

     

    That all for now.

  7. 42 minutes ago, Peter Suh said:

     

    Check whether the r8125 ext driver is verified with the command below right after the loader build.

     

    ls -l *load/c*/e*

     

    If the r8125 is not identified, you have to manually add the r8125 ext driver.

     

    At this time, change the loader build command as follows.

     

    ./myv.sh DVA1622

    I need to add driver to 8125 but now is another problem.
     

    I build loader with:
    ./myv.sh DVA1622

    add driver and choose 49 (r8125) but I got error:

     -> Select Number Enter (To select multiple, separate them with , ): 49
    
    Error : Platform not found 
    rploader.sh

     

    Maybe I am wrong but it is possible that problem is with model name? Upper case? DVA and dva? On Your script there is DVA and when I build bootloader with pocopico script I must add this driver by:
    ./rploader.sh ext dva1622-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/r8125/rpext-index.json


     

  8. 4 hours ago, Peter Suh said:

     


    There seems to be a model that pocopico's TCRP rp-ext is not yet ready. Please try using the m shell below before pocopico fixes it. Fully tested.

    curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz" -O; tar -zxvf my.sh.gz;

    ./my.sh DVA1622


    Sent from my iPhone using Tapatalk

     


    Thank You. Bootloader is created and booted ok but I have problem with LAN. There is no LAN detect. I have R8125 in Odroid H2+ (2.5Gb LAN).

  9. When I tried build fresh install on 7.1.1-4292 a got this errors:
     

    Updating extension : dtbpatch contents for model : dva1622_42962  
    [#] Checking runtime for required tools... [OK]
    [#] Updating dva1622_42962 platforms extensions... 
    [-] The extension dtbpatch was found. However, the extension index has no recipe for dva1622_42962 platform. It may not be
    [-] supported on that platform, or author didn't updated it for that platform yet. You can try running
    [-] "ext-manager.sh update" to refresh indexes for all extensions manually. Below are the currently known information about
    [-] the extension stored locally:
    [#] ========================================== dtbpatch ==========================================
    [#] Extension name: Device tree binary
    [#] Description: Create your own device tree binary
    [#] To get help visit: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Extension preparer/packer: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Software author: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds1621p_42951 ds920p_42661 ds920p_42662 ds920p_42962 ds1621p_42662 ds1621p_42661 dva1622_42951 ds2422p_42662 ds2422p_42661 ds2422p_42218 ds920p_42951 ds2422p_42951 ds920p_42218 ds920p_42621 ds920p_42550 dva1622_42662 dva1622_42661 ds2422p_42621 ds1621p_42621 ds1621p_42962 
    [#] =======================================================================================
    
    
    [-] Failed to update recipe for dtbpatch extension for platform dva1622_42962. The script will terminate as you do not
    [-] have previously downloaded recipe which can be used if download fails. Try again later. If problem
    [-] persists contact the extension packer for support (displayed below)
    [#] ========================================== dtbpatch ==========================================
    [#] Extension name: Device tree binary
    [#] Description: Create your own device tree binary
    [#] To get help visit: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Extension preparer/packer: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Software author: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds1621p_42951 ds920p_42661 ds920p_42662 ds920p_42962 ds1621p_42662 ds1621p_42661 dva1622_42951 ds2422p_42662 ds2422p_42661 ds2422p_42218 ds920p_42951 ds2422p_42951 ds920p_42218 ds920p_42621 ds920p_42550 dva1622_42662 dva1622_42661 ds2422p_42621 ds1621p_42621 ds1621p_42962 
    [#] =======================================================================================
    
    [!] Cannot continue due to previous errors (see above)
    
    *** Process will exit ***
    Updating extension : redpill-misc contents for model : dva1622_42962  
    [#] Checking runtime for required tools... [OK]
    
    [#] Extension redpill-misc index is already up to date
    [#] Updating redpill-misc extension... [OK]
    [#] Checking runtime for required tools... [OK]
    [#] Updating dva1622_42962 platforms extensions... 
    [-] The extension dtbpatch was found. However, the extension index has no recipe for dva1622_42962 platform. It may not be
    [-] supported on that platform, or author didn't updated it for that platform yet. You can try running
    [-] "ext-manager.sh update" to refresh indexes for all extensions manually. Below are the currently known information about
    [-] the extension stored locally:
    [#] ========================================== dtbpatch ==========================================
    [#] Extension name: Device tree binary
    [#] Description: Create your own device tree binary
    [#] To get help visit: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Extension preparer/packer: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Software author: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds1621p_42951 ds920p_42661 ds920p_42662 ds920p_42962 ds1621p_42662 ds1621p_42661 dva1622_42951 ds2422p_42662 ds2422p_42661 ds2422p_42218 ds920p_42951 ds2422p_42951 ds920p_42218 ds920p_42621 ds920p_42550 dva1622_42662 dva1622_42661 ds2422p_42621 ds1621p_42621 ds1621p_42962 
    [#] =======================================================================================
    
    
    [-] Failed to update recipe for dtbpatch extension for platform dva1622_42962. The script will terminate as you do not
    [-] have previously downloaded recipe which can be used if download fails. Try again later. If problem
    [-] persists contact the extension packer for support (displayed below)
    [#] ========================================== dtbpatch ==========================================
    [#] Extension name: Device tree binary
    [#] Description: Create your own device tree binary
    [#] To get help visit: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Extension preparer/packer: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Software author: https://github.com/pocopico/redpill-load/raw/develop/redpill-dtb
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds1621p_42951 ds920p_42661 ds920p_42662 ds920p_42962 ds1621p_42662 ds1621p_42661 dva1622_42951 ds2422p_42662 ds2422p_42661 ds2422p_42218 ds920p_42951 ds2422p_42951 ds920p_42218 ds920p_42621 ds920p_42550 dva1622_42662 dva1622_42661 ds2422p_42621 ds1621p_42621 ds1621p_42962 
    [#] =======================================================================================
    
    [!] Cannot continue due to previous errors (see above)
    
    *** Process will exit ***
    [!] Failed to update all extensions for dva1622_42962 platform - see errors above
    
    *** Process will exit ***

     

×
×
  • Create New...