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

Support for 645Z ? #54

Open
AlvinFrey opened this issue Jul 28, 2020 · 5 comments
Open

Support for 645Z ? #54

AlvinFrey opened this issue Jul 28, 2020 · 5 comments

Comments

@AlvinFrey
Copy link

Hi everyone !

Is there any testing versions that can work with the Pentax 645Z ?

Here is the output that I get when running pktriggercord cli in debug mode :

image

If that's no the case is there any documentation in order to add my own camera model ?

Best regards,
Alvin

@asalamon74
Copy link
Owner

There is no documentation for adding a new camera model.

The first step is to add a single line to the models list like this commit: 4cb385c

According to the log you're using Windows. If you're ready to test it, I can create a test version for you.

@asalamon74
Copy link
Owner

I created a test version for 645Z:

pktriggercord-0.85.01-win.zip

It should recognize the camera and read the status info. It will not parse the info, first I need same sample. Can you please send the output of the following command:

pktriggercord-cli --statux_hex --debug

@AlvinFrey
Copy link
Author

Thanks for all ! Sorry for the last answer !

I'm going to test this tomorrow and I will come back with those datas.

@AlvinFrey
Copy link
Author

Here is the output of the command :

image

@asalamon74
Copy link
Owner

So the good news is that it recognised the camera and was able to ask for the status buffer. The buffer size is 452 bytes which is the same for several other models.

The bad news is that almost all the bytes are 00 in the status buffer, so we cannot really parse any information.

  1. Some models like if you first turn on the camera and connect to the PC after that. Other models like the other way around. You might find both ways, maybe one will give us a better status buffer.

  2. Even without parsing the buffer it might be possible to use the command line interface to take photos:

pktriggercord-cli -o test.dng --file_format=dng --debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants