Open AlvinFrey opened 4 years ago
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: https://github.com/asalamon74/pktriggercord/commit/4cb385c4c718fd80cb95e1737225de59892b1bea
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:
pktriggercord-cli --statux_hex --debug
Thanks for all ! Sorry for the last answer !
I'm going to test this tomorrow and I will come back with those datas.
Here is the output of the command :
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.
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.
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
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