And this is due to the phenomenon overcome by vnd?
Would applying vnds ingenious difference-removal-patch eliminate these differences?
Don't understand that. I chose 1/250th because then I can see a pattern which might be better to see while "running", however I will rebuild the testing setup with 50 LEDs.I am addressing the LEDs with dedicated channels from an Arduino Mega 2560, do I really have to use Gray Code then too? Nevertheless, I'll do that. This is the code I used for the test:
void update_leds(value) { if( value & 0x01 ) set_digital_output(IO_C0, LOW); else set_digital_output(IO_C0, HIGH); if( value & 0x02 ) set_digital_output(IO_C1, LOW); else set_digital_output(IO_C1, HIGH); if( value & 0x04 ) set_digital_output(IO_C2, LOW); else set_digital_output(IO_C2, HIGH); if( value & 0x08 ) set_digital_output(IO_C3, LOW); else set_digital_output(IO_C3, HIGH); if( value & 0x10 ) set_digital_output(IO_C4, LOW); else set_digital_output(IO_C4, HIGH); if( value & 0x20 ) set_digital_output(IO_C5, LOW); else set_digital_output(IO_C5, HIGH); if( value & 0x40 ) set_digital_output(IO_B0, LOW); else set_digital_output(IO_B0, HIGH); }for ( i = 0 ; i<128 ; i++ ) { update_leds((i >> 1 ) ^ i) ; delay_us(count_period);}
with regards to the great progress in precision syncing the cameras when shooting with the remote feature I wonder if it was possible to revise the usb sync in a similar way?
I am about to solder 50 mosfets into 200 cables, so I think it is time to ask if there is any hint that a similar precision is at the horizon for a bare usb-connection, maybe?
Nevertheless: wouldn't it be possible to use sort of "get_tick_count()" in the camera to make them shoot synced? If it was possible to once get a valid "tick" from the camera one could calculate some offsets, then send the command "shoot at tick XXX" to the cameras.
Started by mweerden « 1 2 ... 124 125 » General Discussion and Assistance
Started by jbaiter General Discussion and Assistance
Started by Peter Machtschuß General Discussion and Assistance
Started by andrew.stephens.754365 Hotwire! Hardware Mods, Accessories and Insights
Started by reyalp General Discussion and Assistance