Skip to content
View itorrestamanaja's full-sized avatar

Block or report itorrestamanaja

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. state_machine_example state_machine_example Public

    Forked from arembedded/state_machine_example

    In this example code two POSIX Linux threads are created. The "CAM" thread implements a state machine that has knowledge of it's current status at any given time. The other thread operates the CAM …

    C

  2. mq_example mq_example Public

    Forked from arembedded/mq_example

    Example code for starting 2 POSIX threads and synchronizing their operation using a POSIX message_queue on the Beaglebone Black platform running Debian Linux

    C

  3. RasPi-Cam-Record-Stream RasPi-Cam-Record-Stream Public

    Forked from arembedded/RasPi-Cam-Record-Stream

    This package can be used to split stdin data stream to be written to a file (for storage) and also be output to stdout as well. It's used to get video data input from the Raspberry Pi NOIR camera a…

    C

  4. usb_cam usb_cam Public

    Forked from arembedded/usb_cam

    Use linuxtv.org video grabber example using libv4l to capture images from a USB camera on the Beaglebone Black (BBB) running Debian Linux. Also, a small python script is provided to convert PPM ima…

    C

  5. threads threads Public

    Forked from arembedded/threads

    Example code for creating 2 Linux POSIX threads and controlling their run-time frequency on the Beaglebone Black platform running Debian Linux.

    C

  6. py_ipc py_ipc Public

    Forked from gustavorv86/py_ipc

    Inter-Process Communication examples (Semaphores, Shared Memory and Queues) with SysV and POSIX

    Python