Code Monkey home page Code Monkey logo

lumixcameraascomdriver's People

Contributors

totoantibes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cepadues

lumixcameraascomdriver's Issues

Lumix G9 Sensor Size

Hello Robert. I'm following up on the conversations we've had via email regarding the driver and my Lumix G9. As stated, the driver works if I use the "thumb" since you're forcing the resolution to something the camera is capable of providing. However, the given resolution for the 20.3 MP sensor in Driver.vb does not work for the G9. Looking at the information in digicamdb.com, the G9 is listed as a 20.33 MP sensor with a resolution of 5200 x 3910.

Would it be possible to add a new resolution choice of 20.33 MP to the Driver.vb code (and wherever else necessary)? Something like this:

Resolutions(8)._resolution = "20.33" Resolutions(8)._X = 5200 Resolutions(8)._Y = 3910

and

ResolutionsJPG(8)._resolution = "20.33" ResolutionsJPG(8)._X = 5200 ResolutionsJPG(8)._Y = 3910

and

ResolutionsThumb(8)._resolution = "20.33" ResolutionsThumb(8)._X = 5200 ResolutionsThumb(8)._Y = 3910

Then, change the G9 definition in the models:

If Models.Contains("GX9") = False Then Models.Add("GX9", "20.3") Models.Add("GF10", "16.0") Models.Add("GH5S", "10.2") Models.Add("G9", "20.33") Models.Add("GH5", "20.3") Models.Add("GF9", "16.0")

Add it to the resolution table:

Public Shared ResolutionTable = {"10.2", "12.1", "16.0", "16.05", "20.0", "20.3", "20.33", "24.2", "47.3"}

Not sure if there are any other places that would need to be changed.

Thanks in advance!

Can't see all of properties dialogue.

Hi,

My imaging laptop isn't 1080p so I can't see all of the properties.

image

i'm not sure If i have the right things selected at the missing bottom part - but the GX8 doesn't seem to appear as a detected camera so nothing will use the drivers/camera correctly so far.

ASCOM won't detect my camera in APT or NINA

Hi,
I am unable to connect my GH5 using this software. For some reason, it will not auto-detect my camera as it seems to be trying to connect using a different IP. When changing the IP to the one the camera shows in the settings I get an error (see image 1). I then tried to just fill out the settings anyway, but it doesn't connect. I tried connecting to the camera's wifi (no success) and I also tried connecting the camera through my home wifi (no success).

Things I have tried, but haven't worked:

  • Uninstalling the lumix ascom driver and reinsalling it (didn't work)
  • Uninstalling the lumix ascom driver and trying an older one (didn't work)
  • Uninstalling and reinsalling ASCOM (didn't work)
  • Uninstalling and reinsalling APT and NINA (didn't work)
  • Resetting my GH5 (didn't work)
  • Uninstalling and reinsalling microsoft visual c++ library (just in case, but didn't do anything)

I have also attached the camera logfile from APT just in case (at the bottom of the post).

Any help would be greatly appreciated. Thanks

Image_1(Error)

APT_Camera_1.log

sharpcap crashes when selecting the Lumix camera (S1)

I have a panasonic S1, when I select the ascom Lumix on sharpcap I have this error:

CheckDotNetExceptions ASCOM.Lumix.Camera ImageArray Get System.ArgumentNullException: Path cannot be null.
Parameter name: path
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode)
   at ASCOM.Lumix.Camera.get_ImageArray() (See Inner Exception for details)

Screenshot 2021-03-20 185740

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.