Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touptek camera resolution issue on RPi #878

Closed
vladtcvs opened this issue Jan 2, 2024 · 3 comments
Closed

Touptek camera resolution issue on RPi #878

vladtcvs opened this issue Jan 2, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@vladtcvs
Copy link

vladtcvs commented Jan 2, 2024

Describe the bug
When I use my Omegon Vetec Pro 16000M camera on PC (amd64), I see full resolution 4640x3506. But when I use it on RPi (armhf), I see resolution 1536x1160.

To Reproduce
Exact steps to reproduce the behavior.

  1. Connect camera to RPi
  2. Run driver (omegon or toupcam)
  3. See low resolution on RPi

Expected behavior
Full resolution on RPi

Screenshots
PC:
image

RPi (remote connection):
image

Desktop (please complete the following information):

  • OS: Debian on PC and Raspbian on RPi
  • Version: PPA version 2.1+t202311131302~ubuntu23.04.1 on PC
    4ddc7a0 on RPi
@vladtcvs vladtcvs added the bug Something isn't working label Jan 2, 2024
@vladtcvs
Copy link
Author

vladtcvs commented Jan 2, 2024

I've tested demosimplest sample from Omegon SDK (https://www.omegon.eu/Produktdownloads/67338_10_SDK.7z), both on PC and RPi, and for both cases I see 4640x3506 resolution:

event callback: 0x0001
...
press ENTER to exit
event callback: 0x0001
pull image ok, total = 1, res = 4640 x 3506

@vladtcvs
Copy link
Author

vladtcvs commented Jan 2, 2024

Sorry, after some searching inside configs I've founded that it was config for use low resolution

@vladtcvs vladtcvs closed this as completed Jan 2, 2024
@knro
Copy link
Collaborator

knro commented Jan 3, 2024

I made this change on purpose because capture on high resolution was failing by default on armhf. You can still change resolution but it just defaults to low-res.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants