-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
what is USB RNDIS ip address? #19
Comments
The USB network feature was not fully implemented in the E1 from what I found. Though the correct IP address is |
Is it possible to control the camera at all over USB with the current firmware? I would like to use it in a time lapse setup, starting/stopping the sequence, and moving pictures from the camera to a PC (Raspberry PI for example). |
Hi, I have also successfuly got the liveview in h264 and displaying it in a Qt application. But I find that the resolution is very low (less than 640x480). I wonder if it is possible to increase it. Note that the camera is also responding on the http api through the usb port. |
@rlamarche you should be able to control the resolution via the HTTP API, it used to be documented in the streaming section of the docs, but i believe that has since been removed (might need to go through the commit history to find it again) |
Thanks. I looked but there is no http control of this kind. in 4K, I get the lowest resolution. But when choosing 2160 (4/3), I get 640x480. Summary : I get 432x240 in 4K mode. So the best mode for both recording and "liveviewing" on remote is 2160. WiFi or USB Network mode have the same behaviour. There is just a different IP. |
Here you can find the code of my test : |
@francisrath did you manage to connect the camera to a Raspberry Pi using USB Network? |
No, I gave up. Not putting any more effort into this camera as it seems like they didn't bother following up on their promises :( Tried to contact them regarding a new camera, but got no reply there either... |
@francisrath if you still want to do something with it I managed to connect. The main problem was the cable I was using! If you enable the usb network you will only need to modify /etc/dhcpcd.conf to add:
And then you should be able to connect to the http api calling http://192.168.168.1 It doesn't work with all the usb cables, so you should first ensure that the raspberry pi is recognising a device interface usb0. |
Can I change the ip address of the E1 camera? I want to connect and control several E1s. |
telnet port is open, so you can reconfigure the whole thing to your needs. |
@jlucidar Oh! cool! Can you tell me the root account information? |
you mean that we can connect to the camera with telnet ? |
i logged in as the "root" account. thx @jlucidar |
mmh that's interesting. Do you think that we could unlock or add some features to the camera by this way ? Or is this an isolated environment .. |
I did connect to the camera, thank you for the tip. |
@jlucidar i didm't change E1 ip address. All files / folders are read-only. Do you know how to change it? |
I got the right to read and write. But I made the wrong bashrc file, and E1 became a black brick.
|
BE CAREFUL. I play with telnet. I killed the 'awesome_camera' process. Now the cam don't boot normaly, and i cannot connect anymore. Anyone would know what to do? |
Ok i found a way to unbrick using a autoexec.ash script. |
Please show your autoexec.ash ))) And how to boot to normal. Thx! |
I dont have a computer to read my sd card because i'm on holidays. I think if you copy the firmware on sd card root, then create a autoexec.ash with : |
the camera turns off after 10 seconds. and I think autoexec not started. |
Did you edit it in unix text format ? If you are on Windows with notepad++. If not , it will be ignored. |
Im using nano on macos or ubuntu. But nothing. Also I tried simple commands like ps > /tmp/fuse_d/log.txt, but it seems that the autoexec is simply not executed. |
Last line must be empty... |
Try: ############ And see if log.txt is created. |
You're right! It's all in the last line. I opened it in sublime and fixed. Will try to flash firmware. |
i'm trying to use the USB network.
which IP do i have to set my computer to in order to communicate with the camera over USB?
i tried the 10.98.32.3 that i have when using wifi, but it's not answering any of my pings
The text was updated successfully, but these errors were encountered: