Karl Rees

Results 20 comments of Karl Rees

I'm fine with that. I figure once we get the library standardized, I'd update the INDI driver to whatever API we decide upon anyway. I was thinking we should put...

Awesome. Wish I had some time to test things. As for the cmake discussion, I was only getting cmake to compile my version of the library on linux, I never...

Off-hand, I recall that there was some hack I implemented originally because the DNG files weren't being processed properly. I believe I was saving the DNG files with a .raw...

It's been a long time since I looked at the code. I had thought it was working with arm64, but maybe something changed. What probably needs to happen for arm64...

I installed on arm64 tonight, and the bad file descriptor message is actually unrelated to PTP mode. The driver will try to connect to PTP mode first, and then if...

I think I solved it - looks like a memory deallocation problem with the libpktriggercord driver. On the plus side, there are a few minor enhancements that I'll pull into...

This was the download location about 4 or 5 years ago. It has been a long time since I did anything with this project. If you find a way to...

I had worked out a supposed fix to the bad file descriptor issue as well, though my solution was different. My solution worked on some platforms (e.g., my Astroberry install),...

@knro I have a fix for all of my Raspberry Pi installations. It's in my fork (https://github.com/karlrees/indi-3rdparty). It's possible that there are two distinct issues and both Graf2242's fix and...

@Graf2242 The version needs to be changed in the CMakeLists.txt files for both indi_pentax (line 10, INDI_PENTAX_VERSION_MINOR) and libpktriggercord (line 4, PK_VERSION) as well. Looks like I changed these before...