Sponsored Content
Full Discussion: Arduino Robot Tank Project
Special Forums Hardware Arduino Robot Tank Project Post 303043243 by hicksd8 on Wednesday 22nd of January 2020 05:54:41 AM
Old 01-22-2020
I hope that you'll post us a video of this thing in action when it's done.
 

6 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Adding robot and drives

Hi All Im running veritas netbackup 6.5.5, on MWindows 2003 master server. Ive just added a Quantum PX500 with 2 drives, the problem im facing is that now under the storage unit tab on console all the storage unit types for NDMP have the new robot listed and not the original one. The set up i... (0 Replies)
Discussion started by: blossy786
0 Replies

2. Programming

Arduino-cli - Uploading to Unknown Chinese Arduino Boards using the Arduino Command Line Interface

In my further exploration of Arduino, today I decided to install the arduino-cli on my mac today. https://github.com/arduino/arduino-cli I followed the instructions for macOS but when I got to this part: arduino-cli board list I got the dreaded "Unknown" Fully Qualified Board Name... (1 Reply)
Discussion started by: Neo
1 Replies

3. Programming

More Arduino Stuff...

HI all... (Apologies for any typos.) To add to Neo's Arduino subject matter I have decided to upload this in ".zip" format. Ignore "*.info" files these are AMIGA icons only and also the "HAM" drawer as these are photos in ancient AMIGA HAM modes. I have noticed that there are current... (6 Replies)
Discussion started by: wisecracker
6 Replies

4. Programming

Arduino UNIX Time - Syncing Computer UNIX Time to Arduino Time with Python

Just finished a quick Python script to send the current unix time over to the Arduino from macOS, so in the absence of GPS or some other way to get the unix timestamp (epoch time) to the Arduino, I can get my macOS and Arduino UNO synced to within a second. Normally, when the Arduino starts... (9 Replies)
Discussion started by: Neo
9 Replies

5. Programming

Arduino Project with NB-IoT (3GPP) and LoRa / LoRaWAN

My favorite projects are always related to the "latest" tech in command and control, networking and network communications. This Elecrow GSM/GPRS/EDGE SIM5360E 3G Shield seems to be the "latest and the greatest" as far as 3G and GPS, as far as I can see so far, but I has it drawbacks for sure.... (6 Replies)
Discussion started by: Neo
6 Replies

6. Programming

Arduino Project: iPhone to HM-10 BLE to NB-IoT Shield to NB-IoT Network to Internet to Linux Server

This post describes a "work in progress" project I started today. Here is the High Level Overview: Currently, this project sits on my desk as an Arduino UNO (on the bottom), an NB-IoT Shield (sandwiched in the middle), a Sensor Shield (on top) with a HM-10 BLE Module (in the little... (13 Replies)
Discussion started by: Neo
13 Replies
Xv(3X)																	    Xv(3X)

Name
       Xv - X Window System video extension

Description
       The  Xv	extension provides support for video adaptors attached to an X display.  It takes the approach that a display may have one or more
       video adaptors, each of which has one or more ports through which independent video streams pass.

       An adaptor may be able to display video in a drawable, capture video from a drawable, or both.  It translates between video encoding (NTSC,
       PAL,  SECAM,  etc...) and drawable format (depth and visual-id pair). An adaptor may support multiple video encodings and/or multiple draw-
       able formats.

       Clients use Xv(3X) to gain access and manage sharing of a display's video resources.  Typically, a client will use XvQueryExtension(3X)	to
       determine  the  status of the extension, XvQueryAdaptors(3X) to get a description of what video adaptors exist, and XvQueryEncodings(3X) to
       get a description of what video encodings an adaptor supports.

       Once a client has determined what video resources are available, it is free to put video into a drawable or  get  video	from  a  drawable,
       according  the  capabilities  supported.   Clients  can	select	to  receive events when video activity changes in a drawable and when port
       attributes have changed.

Summary of Library Functions
       The following is a summary of Xv library functions:

       XvGetPortAttribute(3X) - return current port attribute value

       XvGetStill(3X) - capture a single frame of video from a drawable

       XvGetVideo(3X) - capture video from a drawable

       XvGrabPort(3X) - lock port for exclusive use by client

       XvPortNotify(3X) - event generated when port attributes change

       XvPutStill(3X) - write a single frame of video to a drawable

       XvPutVideo(3X) - write video into a drawable

       XvQueryAdaptors(3X) - return adaptor information for a screen

       XvQueryBestSize(3X) - determine the optimum drawable region size

       XvQueryEncodings(3X) - return list of encodings for an adaptor

       XvQueryExtension(3X) - return version and revision of extension

       XvSelectPortNotify(3X) - enable or disable XvPortNotify events

       XvSelectVideoNotify(3X) - enable or disable XvVideoNotify events

       XvSetPortAttribute(3X) - set an attribute for a port

       XvStopVideo(3X) - stop active video

       XvUngrabPort(3X) - release a grabbed port

       XvVideoNotify(3X) - event generated for video processing

       Each of these functions is described in its own Xv man page.

XFree86 						       Version Version 4.3.0							    Xv(3X)
All times are GMT -4. The time now is 03:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy