TCP/IP server & send file sample
sample code #include <unistd.h> ...
sample code #include <unistd.h> ...
TEST code.. 간단히 file 만들어서 write 하는 코드입니다. #include <stdio.h> #define FULL 320*240 void main(void) { FILE *myimage; myimage = fopen("./myimage.rgb...
Try to intalll ubuntu 64bit version on raspberrypi4 8GB version . connect LAN guide_link1 guide_link2 ID/PW : ubuntu/ubuntu sudo apt-get update sudo ...
#!/bin/bash while [ 1 ] do Cnt=ps -aux|grep "seekware-tcpip"|grep -v grep|wc -l PROCESS=ps -aux|grep "seekware-tcpip"|grep -v grep|awk '{print $1}' if [...
vlc play 도중 특정 시점에서 이미지 캡쳐 하는 방법 ref : https://code.videolan.org/videolan/LibVLCSharp/-/issues/203 string _rtspEndpoint = "rtsp://admin:password@192.168.1...