| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/libgphoto2-6/camlibs/ |
Upload File : |
This is the driver for the toshiba pdr-m11 camera. It's not the greatest camera, but it is enough for me. What works: I can get a list of filenames, download jpeg thumbnails, and download all files What doesn't work: Tiff thumbnails don't work. Deleting a file only works sometimes. The camera appears to be a 16bit little-endian processor (based on guesses from the data it sends back.) --------SIGNALS-------------------- -signal-----length-----read/write---------data---------------- 1f40 0 w (used in init) 1f30 0 w (used in init) 9300 0 w (sent right before retrieving a picture) 9b00 0 w (sent right before retrieving a thumbnail) ad00 8 r 30 01 <2picNum> <jpeg/tiff> 00 00 00 ae00 2 w 01 00 (always follows a b200) b200 2 w <2picNum> (select a picture) b600 10 r 00 00 <number of pictures> 00 ?? ?? ?? ?? b900 26 r 00 00 <12filename> 20 00 20 00 <4LengthOfPic> 64 46 3f 2e ba40 2 r 00 00 (used in delete) bf01 2 r 00 00 d000 4 r 01 30 00 25 (check if camera is ready? (30 and 00 don't change 01 and 25 signal ready) e600 14 r ?? ?? ?? ?? ?? ?? ?? <2ThumbSize> ?? ?? ?? ?? ?? d700 0 w ping d800 0 w ping (there is a d800 followed by a d701) d701 0 w (ping?)