indilib / indi-3rdparty

INDI 3rd Party drivers repository
https://www.indilib.org/devices.html
GNU Lesser General Public License v2.1
124 stars 208 forks source link

Touptek camera resolution issue on RPi #878

Closed vladtcvs closed 8 months ago

vladtcvs commented 8 months ago

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):

vladtcvs commented 8 months ago

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 commented 8 months ago

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

knro commented 8 months ago

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.