-
## 1단계. 문제 이해 및 설계 범위 확정
- ID의 특성? -> 유일, 정렬 가능
- ID는 항상 1만큼 커져야 하는가? -> 시간의 흐름에 따라 커지지만 언제나 1씩 증가하지는 않는다
- ID는 숫자로만 구성? -> YES
- 시스템 규모? -> 초당 10,000 ID 생성 가능해야 한다
### 요구사항
- 유일
- 숫자로만 구성
-…
-
## 10/4
There is a sync problem with the NI-DAQmx code, but I'm not sure not deeply it affects the acquisition.
Added LED to digital write lines. The LED high signal appears in the analog input da…
-
Hi,
Mavros uses time stamps that comes from the pixhawk or it considers the timestamp from the companion computer?
thanks
-
I see Arduino on the roadmap. Is it possible to run clockkit on Arduino compatible board with a pretty beefy microcontroller, i.e. Atmel SAMD51P20? My goal is to synchronize clocks (find dt) between a…
-
### EL6688
- missing epics db template `ecmcEL6688.substitutions`
- should the salve default to DHCP?
- the hardware default is PTPv1, this should be set to PTPv2 during startup.
kivel updated
2 years ago
-
We should refactor the `TurnMotor` operator to be either a `CommutatorDevice` or simply `Commutator` and expose a more general interface to the entire device functionality.
Detailed reasons below:
…
-
Dear all,
I have built a video wall over IP using rpis. I am using omxplayer to play different RTSP streams in sync. In order to get them properly synchronized I had to modify OMXReader ConverterTi…
-
I am trying to set up a system to synchronously record videos/frames from multiple cameras (4 to potentially 12). I have previously attempted to achieve this with USB cameras that we already had, usin…
-
centos7, Why does the build fail? lz4 version issue?
+ run_and_time install_folly
+ install_folly
+ cd /tmp/velox-deps
+ github_checkout facebook/folly v2022.11.14.00
+ local REPO=facebook/fo…
-
I got a thought for improving framerate: since you are blindly reading pixels, could you not double the framerate for grayscale video by doubling the pixel clock, changing to YUV and only reading ever…