-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
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. |
I created a test version for 645Z: 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:
|
Thanks for all ! Sorry for the last answer ! I'm going to test this tomorrow and I will come back with those datas. |
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.
|
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 :
If that's no the case is there any documentation in order to add my own camera model ?
Best regards,
Alvin
The text was updated successfully, but these errors were encountered: