mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-27 07:05:59 +03:00
[GH-ISSUE #54] Changing resolution Windows #45
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pepepele2 on GitHub (Apr 4, 2024).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/54
Hello,
I would ask for an instruction how to change resolution under Windows OS?
@gen2brain commented on GitHub (Apr 5, 2024):
Do
-widthand-heightoptions from README work?@Pepepele2 commented on GitHub (Apr 5, 2024):
But where should I use it? The README file doeasn't explain a thing how to use this options with the .exe
@gen2brain commented on GitHub (Apr 5, 2024):
You pass it like this
cam2ip.exe -width 640or--width, similar to how every app that has options works. It would be too much to create examples and docs for that. Similar to how you can just set theCAM2IP_WIDTHenvironment variable, of course, I will not explain what is ENV, this is not the place for that.@Pepepele2 commented on GitHub (Apr 5, 2024):
But should i start it trough cmd or how to set this parameters?
@gen2brain commented on GitHub (Apr 5, 2024):
Yes, you start it from cmd with options, or you can set the
CAM2IP_WIDTHandCAM2IP_HEIGHTenvironment variables.@Pepepele2 commented on GitHub (Apr 5, 2024):
Thank you very much for the answer :)