NO SPAM
How to export foreground log information via LMT
PLEASE ANY COMPUTER EXPERT
NO SPAMS✖✖✖✖✖✖✖✖
Answers
Answered by
61
Stack Overflow isn't really designed for general "how do I do this" type questions. It's for specific "I tried X, expected Y, but got Z instead" type questions. But I'll try to help in a general sense:
You need to split your problem up into smaller pieces and then take on those pieces one at a time. Here's how I might approach the problem:
Step 1: Isolate the pixels you want. You say you can get the foreground pixels. Now draw them to a buffer using the createGraphics() function.
Step 2: Store each buffer as an image file on your hard drive. You can do this using the save() function of PImage or PGraphics.
Step 3: Now that you have each frame, stitch them together into a video. You can do this using FFMPEG or maybe ImageMagick.
Get those things working perfectly by themselves before you start thinking about combining them. Then if you get stuck on a specific step, you can post a MCVE of just that step. Good luck.
✔️✔️✅✅hope it helps you..
✧══════•❁❀❁•══════✧
.
You need to split your problem up into smaller pieces and then take on those pieces one at a time. Here's how I might approach the problem:
Step 1: Isolate the pixels you want. You say you can get the foreground pixels. Now draw them to a buffer using the createGraphics() function.
Step 2: Store each buffer as an image file on your hard drive. You can do this using the save() function of PImage or PGraphics.
Step 3: Now that you have each frame, stitch them together into a video. You can do this using FFMPEG or maybe ImageMagick.
Get those things working perfectly by themselves before you start thinking about combining them. Then if you get stuck on a specific step, you can post a MCVE of just that step. Good luck.
✔️✔️✅✅hope it helps you..
✧══════•❁❀❁•══════✧
.
Answered by
77
To export foreground log information via LMT
✳ LMT has been logged in
✳ Link between LMT and ZXSDR B8200 GU360 is normal
1. FTP log in to the foreground. No username and password (Null) are required. The command format is
ftp+BS IP
2 Execute the ftp>cd /ROOT/log command to open the log directory.
3. Fetch the files under the log directory to local computer via ftp.
The related interface is shown in picture.
Attachments:
vampire002:
wh❤ a ans❣we✔
Similar questions