neozhaoliang / surround-view-system-introduction

A full Python implementation for real car surround view system
MIT License
858 stars 303 forks source link

This is a question about camera resolution. #79

Closed eunjaechoi closed 6 months ago

eunjaechoi commented 7 months ago

You used a camera resolution of 960x640, but I plan to develop using a resolution of 1920x1024. If I only change the camera resolution and use it, are there any parameters that need to be changed?

Please answer about my question. Thank you.

neozhaoliang commented 6 months ago

There are a few parameters in param_settings.py you need to modify to suit your case.

eunjaechoi commented 6 months ago

Hello @neozhaoliang ! Thank you for your comment. When I checked param_setting.py, It seemed like shift_w, shift_h, inn_shift_w, and inn_shift_h could be modified. Could you please tell me the parameters that need to be set depending on the resolution?

neozhaoliang commented 6 months ago

I think not. You don't need to manually change resolution settings inside the folder surround_view.

eunjaechoi commented 6 months ago

@neozhaoliang understand! Thank you for your reply~!