Search results

  1. G

    avoid camera reboot when davinci is killed

    Hi, On and r2 camera, is there any way to avoid camera reboot when davinci process is killed ? I already treid to kill other processes that may be checking for davinci like a watchdog with no luck. Thanks!
  2. G

    Upgrade rootfs script from shell for r2

    Hi, I want to create a firmware upgrade script for R2 cameras only for rootfs (on my camera is mapend on mtd5 ) which basically: 1. download an image, 2. updates the mtd, 3. reboot the camera. My main concerns are: 1. How i should upgrade the rootfs, is there any script or tool? (in other...
  3. G

    How to know which sensor my hik camera has ?

    Is there a way to get which sensor brand (aptina,sony,omni,etc..) my camera has programatically ? Im able to boot my own firmware from SD using the bootloader, but when i want to compile a sample code i need to specify the camera sensor. Thanks!!
  4. G

    Building custom firmware for hikvision camera

    Hi, I was wondering if it is possible to build a custom firmware from the scracht for a hikvision camera. They are using the hi3581 and it could be easy to generate a firmware using a buildroot for this board (GitHub - hi35xx/hi35xx-buildroot: buildroot for hisilicon hi35xx series) The...
  5. G

    camera activation from shell ?

    Hi Guys, Anyone know if it is possible to activate the camera from camera's command line interface ? I tried compiling a sqlite client and touching the db from the camera, but it does not make any effect until cameras reboot. Is there any command or hack make this work ? Thanks!!
  6. G

    AAC or MP3 codecs

    Is it possible to add mp3 or aac codecs to the camera ? Anyone has experience with this ? Thanks!
  7. G

    Fimrware with activation disabled

    Hi Guys, In the recent firmwares of hikvision i have to activate the camera using SADP tool to turn DHCP on and set a default user/pass. Does anyone have a firmware version with DHCP alredy turned on and with defautl user/pass ? Is there any procedure to unpack a current firmware and patch...
  8. G

    Where the internal ipc_db is located

    Hi Guys, If i delete the ipc_db files from /devinfo/ when i reboot the files are there again. Where are they physically located?
  9. G

    Consuming video direclty on the camera (/dev/xxx)

    Hi Guys, Im trying to process video directly on the camera, to do so im getting RTSP from localhost:554. My question is, is it possible to get raw video from any /dev/xxx ?? Anyone has experience with this ? Thanks in advance!
Top