Defish Amcrest IP5M-T1179EW w/ffmpeg?

TheWaterbug

Getting comfortable
Joined
Oct 20, 2017
Messages
756
Reaction score
1,649
Location
Palos Verdes
My Swarm Trap Cameras are both very close to the objects they're monitoring, and there's some ugly fisheye effect:

1675315916325.png

Obviously that box and the board it's sitting on should be rectangular.

I'm already processing the video through ffmpeg before pushing it to YouTube, so it would be easy to add a defish filter like:

Code:
-vf "lenscorrection=cx=0.5:cy=0.5:k1=-0.227:k2=-0.022"
except that I have no idea what k1 and k2 should be.

Has anyone here defished images from this camera before? Would anyone have any idea what a reasonable range of arguments might be?

Thanks!!
 
Joined
Jan 25, 2023
Messages
2
Reaction score
0
Location
Houston
Hello,

The optimal distance for the camera lens is >= 3ft so I would avoid having it any closer than that.

That being said, if the issue remains I highly suggest reaching out to support by emailing escalation@amcrest.com. Here you will be assigned to an Escalation Team Member to help with your questions.



Thanks,
Amcrest Support
 

TheWaterbug

Getting comfortable
Joined
Oct 20, 2017
Messages
756
Reaction score
1,649
Location
Palos Verdes
Hi Andres, this is not a defect. It's just the way a lens works. I am trying to modify the image in post-processing.
 
Top