Search results

  1. G

    avoid camera reboot when davinci is killed

    I can't do that, i use the davinci process but at some point i need to stop it to update the mtd5 and then reboot the camera.
  2. G

    avoid camera reboot when davinci is killed

    I'm updating the mtd5 with a new image and sometimes it fails during the process (something related to davinci), so i wanted to stop the davinci and the flash the mtd5.
  3. 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!
  4. 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...
  5. G

    How to know which sensor my hik camera has ?

    Hi and thanks for the response. My case is similar to the last you posted, all the drivers are hi_* This is what we do to get the sensor model, On the generic build for hi35xxx you have a file called `load3518.sh` which set some parameters for the sensor. On our camera we looked for the...
  6. 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!!
  7. 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...
  8. G

    [MCR] Hikvision packer/unpacker for 5.3.x and newer firmware

    I asked the some to some hikvision engineers and they said something about the name of some old/legacy dev platform....
  9. G

    [MCR] Hikvision packer/unpacker for 5.3.x and newer firmware

    Could you describe the process of extracting the keys ?? accessing to the serial port is enough or do you do something else ? Thanks!
  10. G

    [MCR] Hikvision packer/unpacker for 5.3.x and newer firmware

    @montecrypto, I have a camera wich is e0 . are you planing any release for this platform ?
  11. G

    camera activation from shell ?

    I already have curl compiled and installed on the camera. For activation i mean the camera is ready with a username/password, the same as you do with SADP on your first install. I dont think the API has any method for activationg the camera.
  12. 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!!
  13. G

    AAC or MP3 codecs

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

    Fimrware with activation disabled

    Thanks, i will try it
  15. G

    Fimrware with activation disabled

    Is there any repository of old firmwares ? My camera is a DS-2CD2122 Thanks!
  16. 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...
  17. G

    Where the internal ipc_db is located

    Thanks, i will try to patch davinci then.
  18. G

    Where the internal ipc_db is located

    Yes, do you know where the original file is stored?
  19. 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?
  20. G

    HangZhouHikVisionOpenssl

    Do you have any documentation of the /dev/hikio service and calls ? Thanks!
  21. 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