We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @sickgreg
I found there are quite a lot of curl api, but I didn't found any 80 service on my openipc camera.
So what I have missed here? Are these majestic API, is there any link to the api or reference?
bitrateCommand="curl -s 'http://localhost/api/v1/set?video0.bitrate=%d'" gopCommand="curl -s 'http://localhost/api/v1/set?video0.gopSize=%f'" fecCommand="wfb_tx_cmd 8000 set_fec -k %d -n %d" roiCommand="curl -s 'http://localhost/api/v1/set?fpv.roiQp=%s'" #roiCommand="echo 'VencROI %s' | nc localhost 4000" #idrCommand="echo 'IDR 0' | nc localhost 4000" idrCommand="curl localhost/request/idr"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @sickgreg
I found there are quite a lot of curl api, but I didn't found any 80 service on my openipc camera.
So what I have missed here? Are these majestic API, is there any link to the api or reference?
The text was updated successfully, but these errors were encountered: