rodizio1 / EZ-WifiBroadcast

Affordable Digital HD Video Transmission made easy!
GNU General Public License v2.0
816 stars 200 forks source link

Force TX mode v1.6RC6 #184

Open JAR4x4 opened 5 years ago

JAR4x4 commented 5 years ago

Hi again.

I'm testing my setup now, but have not received my Pi0 camera cable yet. Is it possible to force the TX pi into TX mode without a camera connected. Why? Because I want to use telemetry over WBC

Alex

d3nyys commented 5 years ago

Theoretically you could change the code in /root/.profile . Search for CAM= and fix the numbers. You also need to make the image writable with 'mount -o remount,rw /' . I didn't try so I don't know if you can do that.

JAR4x4 commented 5 years ago

Thank's @d3nyys, that worked!

Is it an idea to let this be user configurable?

Alex

Howie9600 commented 5 years ago

I have tried this and it works perfectly. You need to change two CAM= (data) to CAM=1.

This makes it fixed TX

VU2ATX commented 5 years ago

CAM= (data) to CAM=1.

Hi, in which file, I need to do this change?

Howie9600 commented 5 years ago

/root/.profile

VU2ATX commented 5 years ago

Thanks

VU2ATX commented 5 years ago

Hi, what else I need to do to enable only usb camera rather than regular pi cam and get the video stream in OpenHD at ground pi ?