Skip to content

Commit

Permalink
more cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwmorris committed Dec 14, 2023
1 parent 59e16db commit 1c87b7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indi_allsky/flask/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -3624,6 +3624,8 @@ class IndiAllskyCameraSimulatorForm(FlaskForm):
('imx662', 'IMX662'),
('imx715', 'IMX715'),
('imx174', 'IMX174'),
('imx230', 'IMX230'),
('ar0234', 'AR0234 - Global Shutter'),
('imx429', 'IMX429 - POA Apollo-M MINI'),
('imx432', 'IMX432'),
('imx482', 'IMX482'),
Expand Down
10 changes: 10 additions & 0 deletions indi_allsky/flask/templates/camera_simulator.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@
'h' : 1472,
'p' : 4.5,
},
'imx230' : {
'w' : 5344,
'h' : 4012,
'p' : 2.4,
},
'ar0234' : {
'w' : 1920,
'h' : 1200,
'p' : 3,
},
};
</script>
{% endblock %}
Expand Down

0 comments on commit 1c87b7c

Please sign in to comment.