bkbilly / libHikvision

Extract videos/photos from HikVision camera datadirs
https://pypi.org/project/libhikvision/
MIT License
14 stars 2 forks source link

No such file or directory: '.../info.bin',but i can’t find 'info.bin' in my camera sdcard #5

Open atomiCat opened 2 months ago

atomiCat commented 2 months ago

my camera is 萤石C6HC , the sdcard only contains these files: hiv00000.mp4 hiv00001.mp4 ... hiv00113.mp4 index00.bin index01.bin logCurFile.bin logMainFile.bin please help me

bkbilly commented 2 months ago

I am not familiar Chinese, but from a quick internet search it seems it is an EZVIZ camera which should have different file structure than the Hikvision cameras.

You could try a quick fix to see if it works for you. Replace the info.bin variable name with one of your other bin files (logCurFile.bin or logMainFile.bin).

If it works, I could add support for your file structure.