How to switch H.264 to H.265 video format on 5MP camera
Find a camera from Cam Locator, open it use the camera IP address in a browser. Then click on ‘LIVE VIEW’, enter the URL below in the URL field at the same screen.
1. H.264 -> H.265
http://[the_ip_address_of_the_camera]/param.cgi?cmd=setvideoattr&-profile=3
2. H.265 -> H.264
http://[the_ip_address_of_the_camera]/param.cgi?cmd=setvideoattr&-profile=1
Example, if the IP address of the camera is 192.168.1.201, then
1. H.264 -> H.265 format, enter the URL http://192.168.1.201/param.cgi?cmd=setvideoattr&-profile=3
2. H.265 -> H.264 format, enter the URL http://192.168.1.201/param.cgi?cmd=setvideoattr&-profile=1