-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image flip in Homekit #23
Comments
@Kronos-117 If there are any mistakes in the file (or md5 is wrong) the camera restores it to a working version. Make sure you update the md5 value on the last line of the file. |
I was having issues and found out that you need to delete the empty lines above the checksum line also. this is how the final lines should look like after making the mod:
|
Thanks for the help! I tried both suggestions but still doesn't work. Won't the checksum of the file change after you paste the new one into the file? |
Delete the md5 checksum, |
What are possible values? Is there a way to rotate by 90 degree for vertical video (door bell scenario)? |
I'm having tha same issue here, the file looks like its correctly edited but after a reboot the image stays upside down. |
I don't get how to do this... Changing the 0 to something else and replacing the checksum doesn't work. After a reboot its the original file again. |
Try this on the camera itself, some windows text editors add extra new line characters which could corrupt the config. Step 1. Change the config (e.g 0 to something else) |
Thank you so much! This worked instantly :) |
The script only patches a few versions of the camera binary (from around the time this repo was created) and probably won't work with newer versions. To update it one would need to find the new patterns to patch. I never found a need to update mine as they work fine. You could always downgrade the camera binary if you want rtsp and HomeKit. The harder way would be using Ghidra to find the locations to patch the newer binaries. |
I'm running firmware version 2.2.1 - what's yours running on? I've never updated the device because I only use it in homekit. |
I'm running a few on v2.0.9 and v2.0.6. But the script was updated at one point to support 2.2.1 |
I followed the steps outlined in #5 to do the image flip via Telnet, but the value doesn't seem to stay at 3. Just changes back to 0. Can anyone help?
The text was updated successfully, but these errors were encountered: