Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinetrue
typeflat

Based on the Sony PDF Dcoument "Sample Application for Camera Remote SDK Instruction Manual version 1.03.00"

Preparation (OScommon)

  • Camera settings and connect to PC(/SBC).
    Please set “On” for “PC Remote” and
    “USB” for “PC Remote Cnct Method”
    in “PC Remote Function” Menu.
  • Please connect the Camera to your PC(/SBC)

Preparation (Windows)

  • Please check “Device Manager”
    if your camera “ILCExxx”is under “Portable Devices”.

Installation of libusbK

  • Please download“libusbK 3.0.7.0 setup.exe” and install like below.
    “libusbK 3.0.7.0” is the version verified for SDK.


Please check “Device Manager”
if your camera “ILCExxx” is under “ libusbK Usb Devices”.
If you come to this step,you are ready to develop your application by using Camera Remote SDK.

Preparation (Linux)

Installation of some necessary packages:

  • Install some necessary packages below.


Code Block
themeEmacs
linenumberstrue
$ sudo apt install autoconf libtool libudev dev gcc g++ make cmake unzip
libxml2 dev


USB setting

  • Change USB bulk setting
    [Raspberry Pi OS]
    Add the command below at the end of the file “/
    etc rc.local
    before "exit 0" to modify Bulk Transfer Rate configuration file


Code Block
themeEmacs
linenumberstrue
$ sudo sh c 'echo 150 > /sys/module/ usbcore / usbfs_memory_mb
exit 0


[Ubuntu (forChange “APPEND ${ cbootargs } quiet”

to the command below in the file “/boot/ extlinux extlinux.conf


Code Block
themeEmacs
linenumberstrue
before:
APPEND ${ cbootargs } quiet
after:
APPEND ${ cbootargs } usbcore.usbfs_memory_mb =150 usbcore.autosuspend 1


Reboot and check the configuration
Save & Close the file and reboot. Make sure that “150” is written in the configuration file.
“/sys/module/usbcore / usbfs_memory_mb


Code Block
themeEmacs
linenumberstrue
$ cat /sys/module/usbcore/usbfs_memory_mb
150


Content by Label
max6
showSpacefalse
sorttitle
reversetrue
cqllabel in ("sony","connect","camera")

...