scheckmedia / CameraControllerApi

The CameraControlerApi is an attempt to control a DSLR via REST functionality.
112 stars 24 forks source link

cca.json download initiating on web browser #4

Closed BitReign closed 8 years ago

BitReign commented 8 years ago

Hi,

When i "make" application and entering to http://myip:8888 my browser automatically downloads a file named cca.json

Contents of the file:

{ "cca_response": { "state": "fail", "message": "Invalid Command" } }

Any idea? Thanks.

scheckmedia commented 8 years ago

yes, the problem ist that the root url ist not mapped. try the urls from the readme, eg.: http://myip:8888/settings?action=list

or call the minimal webif: http://myip:8888/webif/

hope I could help!

BitReign commented 8 years ago

Ohw.. by bad sorry :/ Thanks for quick return! Best.