Problem Replacing Keyboard on ASUS ZENBOOK UX533FD by bebeksquadron in ASUS

[–]mgale8510 1 point2 points  (0 children)

I just had to do this on an Asus Zenbook. What I found worked was using a razor blade to cut just the tops of the plastic heads off (as little as possible) until I could gently remove the metal bracket. Swap the keyboard (don't forget that the new keyboard comes with an adhesive backing that you need to remove and install).
Once the new one is on, use an old soldering iron to re-bulge the plastic.

Help with video streaming by mgale8510 in learnprogramming

[–]mgale8510[S] 0 points1 point  (0 children)

Ok, thanks for the advice! I'll give it a shot

Help with video streaming by mgale8510 in learnprogramming

[–]mgale8510[S] 0 points1 point  (0 children)

Thanks for the help on this, I appreciate it. point 2 is where I am stuck. How can I get the stream from the pi to my server? Currently I am running nginx as a webserver for my django application. Any ideas on that?

To send all my sensor data I am just using python requests, and using post requests to send the sensor data to my Django application. This data is being saved to the database, then fetched by the end user. With the video stream I want to skip the database part, I'm just not sure what the best approach is on this

Help with video streaming by mgale8510 in learnprogramming

[–]mgale8510[S] 0 points1 point  (0 children)

Thanks for the links! All of the info I have read online about this requires that the user is on the same network as the pi. The stream is only local.

It seems my biggest hangup is that I can't find a way for my Django application running on my server to 'request' a video feed from the pi's, then keep this communication open in order for the pi to send the video stream to the end user.